lavfi/avcodec: cleanup includes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Hendrik Leppkes 2013-03-13 21:01:25 +01:00 committed by Michael Niedermayer
parent edcc51fb8e
commit 3c7f669972
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "libavutil/avassert.h" #include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h" #include "libavutil/opt.h"
AVFilterBufferRef *avfilter_get_video_buffer_ref_from_frame(const AVFrame *frame, AVFilterBufferRef *avfilter_get_video_buffer_ref_from_frame(const AVFrame *frame,

View File

@ -28,7 +28,6 @@
* symbols defined below will not be available. * symbols defined below will not be available.
*/ */
#include "libavcodec/avcodec.h" // AVFrame
#include "avfilter.h" #include "avfilter.h"
/** /**