[FFmpeg-cvslog] lavfi/graphparser: use correct logging context
Anton Khirnov
git at videolan.org
Fri Mar 10 14:10:40 EET 2023
ffmpeg | branch: master | Anton Khirnov <anton at 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;
More information about the ffmpeg-cvslog
mailing list