lavfi/graphparser: use correct logging context

This commit is contained in:
Anton Khirnov 2023-03-09 16:35:06 +01:00
parent ae95c87e64
commit fefcba1c1b

View File

@ -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;