提交 da728d5d 编写于 作者: M Michael Niedermayer

ffmpeg: fix FF_API_OLD_VSINK_API=0 case

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 caf7381d
......@@ -792,7 +792,7 @@ static int configure_output_video_filter(FilterGraph *fg, OutputFilter *ofilter,
#else
ret = avfilter_graph_create_filter(&ofilter->filter,
avfilter_get_by_name("buffersink"),
"ffmpeg_buffersink", NULL, buffersink_params, fg->graph);
"ffmpeg_buffersink", NULL, NULL/*buffersink_params*/, fg->graph);
#endif
av_freep(&buffersink_params);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册