diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2013-03-13 21:01:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 22:14:58 +0100 |
commit | 3c7f6699721515ec3afb91fcb0ab82859092bd31 (patch) | |
tree | a0617066e3a762e5ea1c13b8b90e6332f237930d | |
parent | edcc51fb8e15b704955d742559215697598927bb (diff) | |
download | ffmpeg-3c7f6699721515ec3afb91fcb0ab82859092bd31.tar.gz |
lavfi/avcodec: cleanup includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/avcodec.c | 1 | ||||
-rw-r--r-- | libavfilter/avcodec.h | 1 |
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" /** |