[FFmpeg-devel] [PATCH 1/3] lavfi/avcodec: cleanup includes

Hendrik Leppkes h.leppkes at gmail.com
Wed Mar 13 21:01:25 CET 2013


---
 libavfilter/avcodec.c | 1 +
 libavfilter/avcodec.h | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/avcodec.c b/libavfilter/avcodec.c
index 7ec5881..c902f98 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 a595206..6be51f4 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"
 
 /**
-- 
1.8.0.msysgit.0



More information about the ffmpeg-devel mailing list