ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Thu Mar  9 
16:35:06 2023 +0100| [fefcba1c1bc8f65464d2eec0ae75f9f511a003a5] | committer: 
Anton Khirnov

lavfi/graphparser: use correct logging context

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fefcba1c1bc8f65464d2eec0ae75f9f511a003a5
---

 libavfilter/graphparser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 4347131fad..9f8acea2ac 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -475,7 +475,7 @@ int avfilter_graph_segment_parse(AVFilterGraph *graph, 
const char *graph_str,
 
     graph_str += strspn(graph_str, WHITESPACES);
 
-    ret = parse_sws_flags(&graph_str, &seg->scale_sws_opts, &graph);
+    ret = parse_sws_flags(&graph_str, &seg->scale_sws_opts, graph);
     if (ret < 0)
         goto fail;
 

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

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

Reply via email to