summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-03-13 21:01:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 22:14:58 +0100
commit3c7f6699721515ec3afb91fcb0ab82859092bd31 (patch)
treea0617066e3a762e5ea1c13b8b90e6332f237930d /libavfilter
parentedcc51fb8e15b704955d742559215697598927bb (diff)
lavfi/avcodec: cleanup includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avcodec.c1
-rw-r--r--libavfilter/avcodec.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avcodec.c b/libavfilter/avcodec.c
index 7ec5881e07..c902f988e3 100644
--- a/libavfilter/avcodec.c
+++ b/libavfilter/avcodec.c
@@ -25,6 +25,7 @@
#include "avcodec.h"
#include "libavutil/avassert.h"
+#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
AVFilterBufferRef *avfilter_get_video_buffer_ref_from_frame(const AVFrame *frame,
diff --git a/libavfilter/avcodec.h b/libavfilter/avcodec.h
index a5952062a0..6be51f4fd9 100644
--- a/libavfilter/avcodec.h
+++ b/libavfilter/avcodec.h
@@ -28,7 +28,6 @@
* symbols defined below will not be available.
*/
-#include "libavcodec/avcodec.h" // AVFrame
#include "avfilter.h"
/**