Commit fefcba1c authored by Anton Khirnov's avatar Anton Khirnov

lavfi/graphparser: use correct logging context

parent ae95c87e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment