summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-05-05 09:52:05 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-05-06 16:14:34 +0200
commit870ca6a238bfae3a9b91a5385d89f7b61f985fd0 (patch)
treef1ef73df0161074f305677a742194b00a6a19fec /ffmpeg.c
parentba7395aace902d14d584a2171b728ebe901b3322 (diff)
ffmpeg: do not include vsrc_buffer.h.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 1054d8290d..ab31673008 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -59,7 +59,6 @@
# include "libavfilter/avfiltergraph.h"
# include "libavfilter/buffersink.h"
# include "libavfilter/buffersrc.h"
-# include "libavfilter/vsrc_buffer.h"
#if HAVE_SYS_RESOURCE_H
#include <sys/types.h>