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 /doc/examples/filtering_video.c | |
parent | 296140ebfb7242211852f7736f72dc7f05f0c458 (diff) | |
parent | d55252c33156a53dae8e1beba73b163724dec8cf (diff) | |
download | ffmpeg-e30967710028950426c1c02f86a3bdaf463e5dce.tar.gz |
Merge branch 'master' of git://source.ffmpeg.org/ffmpeg
Diffstat (limited to 'doc/examples/filtering_video.c')
-rw-r--r-- | doc/examples/filtering_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/filtering_video.c b/doc/examples/filtering_video.c index 4bede05a61..ee5073a1ba 100644 --- a/doc/examples/filtering_video.c +++ b/doc/examples/filtering_video.c @@ -84,7 +84,7 @@ static int init_filters(const char *filters_descr) char args[512]; int ret; AVFilter *buffersrc = avfilter_get_by_name("buffer"); - AVFilter *buffersink = avfilter_get_by_name("buffersink"); + AVFilter *buffersink = avfilter_get_by_name("ffbuffersink"); AVFilterInOut *outputs = avfilter_inout_alloc(); AVFilterInOut *inputs = avfilter_inout_alloc(); enum PixelFormat pix_fmts[] = { PIX_FMT_GRAY8, PIX_FMT_NONE }; |