You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi: fix forgotten chunk in eb0f774d
.
This commit is contained in:
@@ -586,8 +586,8 @@ end:
|
||||
avfilter_inout_free(&curr_inputs);
|
||||
|
||||
if (ret < 0) {
|
||||
for (; graph->nb_filters > 0; graph->nb_filters--)
|
||||
avfilter_free(graph->filters[graph->nb_filters - 1]);
|
||||
while (graph->nb_filters)
|
||||
avfilter_free(graph->filters[0]);
|
||||
av_freep(&graph->filters);
|
||||
}
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user