From: Niklas Haas <g...@haasn.dev>

---
 libswscale/graph.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/graph.c b/libswscale/graph.c
index cadb5954af..ee9d9847a9 100644
--- a/libswscale/graph.c
+++ b/libswscale/graph.c
@@ -470,7 +470,7 @@ static int init_passes(SwsGraph *graph)
 {
     const SwsFormat src = graph->src;
     const SwsFormat dst = graph->dst;
-    SwsPass *pass = NULL;
+    SwsPass *pass = NULL; /* read from main input image */
     int ret;
 
     if (!ff_fmt_equal(&src, &dst)) {
-- 
2.47.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to