Commit 0fd28e39 authored by Michael Niedermayer's avatar Michael Niedermayer

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

Found-by: teratorn
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c28ea94c
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <libavcodec/avcodec.h> #include <libavcodec/avcodec.h>
#include <libavformat/avformat.h> #include <libavformat/avformat.h>
#include <libavfilter/avfiltergraph.h> #include <libavfilter/avfiltergraph.h>
#include <libavfilter/vsink_buffer.h>
#include <libavfilter/vsrc_buffer.h> #include <libavfilter/vsrc_buffer.h>
const char *filter_descr = "scale=78:24"; const char *filter_descr = "scale=78:24";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment