OSDN Git Service

lavfi/avcodec: cleanup includes
authorHendrik Leppkes <h.leppkes@gmail.com>
Wed, 13 Mar 2013 20:01:25 +0000 (21:01 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 13 Mar 2013 21:14:58 +0000 (22:14 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/avcodec.c
libavfilter/avcodec.h

index 7ec5881..c902f98 100644 (file)
@@ -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,
index a595206..6be51f4 100644 (file)
@@ -28,7 +28,6 @@
  * symbols defined below will not be available.
  */
 
-#include "libavcodec/avcodec.h" // AVFrame
 #include "avfilter.h"
 
 /**