[FFmpeg-devel] [PATCH v8 10/10] fixup graph.c

Niklas Haas ffmpeg at haasn.xyz
Thu Nov 21 15:19:32 EET 2024


From: Niklas Haas <git at 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



More information about the ffmpeg-devel mailing list