1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-11 11:26:52 +02:00

examples/filtering: remove #include vsink_buffer.h, the header does not exist

Found-by: teratorn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-11-05 05:34:17 +01:00
parent c28ea94cd7
commit 0fd28e39ec

View File

@ -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";