[FFmpeg-cvslog] lavfi/avcodec: cleanup includes
Hendrik Leppkes
git at videolan.org
Wed Mar 13 22:28:51 CET 2013
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Wed Mar 13 21:01:25 2013 +0100| [3c7f6699721515ec3afb91fcb0ab82859092bd31] | committer: Michael Niedermayer
lavfi/avcodec: cleanup includes
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c7f6699721515ec3afb91fcb0ab82859092bd31
---
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"
/**
More information about the ffmpeg-cvslog
mailing list