mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.
This commit is contained in:
@@ -976,8 +976,9 @@ int avfilter_init_str(AVFilterContext *filter, const char *args)
|
||||
|
||||
if (ret < 0)
|
||||
goto fail;
|
||||
} else
|
||||
#endif
|
||||
} else {
|
||||
{
|
||||
ret = process_options(filter, &options, args);
|
||||
if (ret < 0)
|
||||
goto fail;
|
||||
|
||||
Reference in New Issue
Block a user