diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-05 05:34:17 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-05 05:40:00 +0100 |
commit | 0fd28e39ec29cec6905a953c3f7cffcc01498493 (patch) | |
tree | 9c24fd9e7b844e7cd7df8738cc42759fd8b24769 /doc/examples | |
parent | c28ea94cd7b432e23043662cff6dcbcb450984b2 (diff) | |
download | ffmpeg-0fd28e39ec29cec6905a953c3f7cffcc01498493.tar.gz |
examples/filtering: remove #include vsink_buffer.h, the header does not exist
Found-by: teratorn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/filtering.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/filtering.c b/doc/examples/filtering.c index 369cc03e80..3ed6aa3a54 100644 --- a/doc/examples/filtering.c +++ b/doc/examples/filtering.c @@ -31,7 +31,6 @@ #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> #include <libavfilter/avfiltergraph.h> -#include <libavfilter/vsink_buffer.h> #include <libavfilter/vsrc_buffer.h> const char *filter_descr = "scale=78:24"; |