aboutsummaryrefslogtreecommitdiffstats
path: root/ffplay.c
diff options
context:
space:
mode:
authorStephan Hilb <stephan@ecshi.net>2012-09-01 10:16:56 +0200
committerStephan Hilb <stephan@ecshi.net>2012-09-01 10:16:56 +0200
commite30967710028950426c1c02f86a3bdaf463e5dce (patch)
treeb56cc553bd111d35b70f5044c4dcfa914c64816c /ffplay.c
parent296140ebfb7242211852f7736f72dc7f05f0c458 (diff)
parentd55252c33156a53dae8e1beba73b163724dec8cf (diff)
downloadffmpeg-e30967710028950426c1c02f86a3bdaf463e5dce.tar.gz
Merge branch 'master' of git://source.ffmpeg.org/ffmpeg
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 9efc93ae3d..5ed729da0c 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -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)