lavfi/graphparser: use correct logging context
This commit is contained in:
parent
ae95c87e64
commit
fefcba1c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue