From ceac5c54dd3868e33d4e8d6b2d292e65c26368cd Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 11 Mar 2013 21:49:04 +0100 Subject: Remove references to the "ff" variant of buffersink. --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffplay.c') 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; -- cgit v1.2.3