summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-03-11 21:49:04 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-03-12 23:31:07 +0100
commitceac5c54dd3868e33d4e8d6b2d292e65c26368cd (patch)
treea65dae5f9b71a25a8bf0108d31f8d5fe73aac220 /ffplay.c
parent9a2688826dd479df2edd3967435afc1fb33b433f (diff)
Remove references to the "ff" variant of buffersink.
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 c31451a42b..8e7d207291 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1756,7 +1756,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("ffbuffersink"),
+ avfilter_get_by_name("buffersink"),
"ffplay_buffersink", NULL, buffersink_params, graph);
if (ret < 0)
goto fail;