summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-05 05:34:17 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-05 05:40:00 +0100
commit0fd28e39ec29cec6905a953c3f7cffcc01498493 (patch)
tree9c24fd9e7b844e7cd7df8738cc42759fd8b24769 /doc
parentc28ea94cd7b432e23043662cff6dcbcb450984b2 (diff)
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')
-rw-r--r--doc/examples/filtering.c1
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";