From 3c7f6699721515ec3afb91fcb0ab82859092bd31 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 13 Mar 2013 21:01:25 +0100 Subject: lavfi/avcodec: cleanup includes Signed-off-by: Michael Niedermayer --- libavfilter/avcodec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/avcodec.c') 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, -- cgit v1.2.3