mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
ffmpeg: fix FF_API_OLD_VSINK_API=0 case
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@@ -792,7 +792,7 @@ static int configure_output_video_filter(FilterGraph *fg, OutputFilter *ofilter,
|
|||||||
#else
|
#else
|
||||||
ret = avfilter_graph_create_filter(&ofilter->filter,
|
ret = avfilter_graph_create_filter(&ofilter->filter,
|
||||||
avfilter_get_by_name("buffersink"),
|
avfilter_get_by_name("buffersink"),
|
||||||
"ffmpeg_buffersink", NULL, buffersink_params, fg->graph);
|
"ffmpeg_buffersink", NULL, NULL/*buffersink_params*/, fg->graph);
|
||||||
#endif
|
#endif
|
||||||
av_freep(&buffersink_params);
|
av_freep(&buffersink_params);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user