[FFmpeg-cvslog] ffmpeg: fix FF_API_OLD_VSINK_API=0 case
Michael Niedermayer
git at videolan.org
Sun Jun 24 02:08:53 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jun 24 02:03:01 2012 +0200| [da728d5d2e7993911c7ed92c212ab900b7be180c] | committer: Michael Niedermayer
ffmpeg: fix FF_API_OLD_VSINK_API=0 case
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da728d5d2e7993911c7ed92c212ab900b7be180c
---
ffmpeg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index be28d2b..e73b76b 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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);
More information about the ffmpeg-cvslog
mailing list