[FFmpeg-cvslog] examples/filtering: remove #include vsink_buffer.h, the header does not exist
Michael Niedermayer
git at videolan.org
Sat Nov 5 05:42:41 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Nov 5 05:34:17 2011 +0100| [0fd28e39ec29cec6905a953c3f7cffcc01498493] | committer: Michael Niedermayer
examples/filtering: remove #include vsink_buffer.h, the header does not exist
Found-by: teratorn
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0fd28e39ec29cec6905a953c3f7cffcc01498493
---
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 369cc03..3ed6aa3 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";
More information about the ffmpeg-cvslog
mailing list