summaryrefslogtreecommitdiff
path: root/libavfilter/avcodec.c
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/avcodec.c
parentedcc51fb8e15b704955d742559215697598927bb (diff)
lavfi/avcodec: cleanup includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avcodec.c')
-rw-r--r--libavfilter/avcodec.c1
1 files changed, 1 insertions, 0 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,