You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/graphparser: use correct logging context
This commit is contained in:
@@ -475,7 +475,7 @@ int avfilter_graph_segment_parse(AVFilterGraph *graph, const char *graph_str,
|
|||||||
|
|
||||||
graph_str += strspn(graph_str, WHITESPACES);
|
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)
|
if (ret < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user