mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter: remove opaque passing hacks
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -119,7 +119,7 @@ int avfilter_graph_create_filter(AVFilterContext **filt_ctx, AVFilter *filt,
|
||||
if (!*filt_ctx)
|
||||
return AVERROR(ENOMEM);
|
||||
|
||||
ret = avfilter_init_filter(*filt_ctx, args, opaque);
|
||||
ret = avfilter_init_str(*filt_ctx, args);
|
||||
if (ret < 0)
|
||||
goto fail;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user