diff options
author | Stephan Hilb <stephan@ecshi.net> | 2012-09-01 10:16:56 +0200 |
---|---|---|
committer | Stephan Hilb <stephan@ecshi.net> | 2012-09-01 10:16:56 +0200 |
commit | e30967710028950426c1c02f86a3bdaf463e5dce (patch) | |
tree | b56cc553bd111d35b70f5044c4dcfa914c64816c /ffplay.c | |
parent | 296140ebfb7242211852f7736f72dc7f05f0c458 (diff) | |
parent | d55252c33156a53dae8e1beba73b163724dec8cf (diff) | |
download | ffmpeg-e30967710028950426c1c02f86a3bdaf463e5dce.tar.gz |
Merge branch 'master' of git://source.ffmpeg.org/ffmpeg
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1606,7 +1606,7 @@ static int configure_video_filters(AVFilterGraph *graph, VideoState *is, const c buffersink_params->pixel_fmts = pix_fmts; ret = avfilter_graph_create_filter(&filt_out, - avfilter_get_by_name("buffersink"), + avfilter_get_by_name("ffbuffersink"), "ffplay_buffersink", NULL, buffersink_params, graph); av_freep(&buffersink_params); if (ret < 0) |