lavfi/avcodec: cleanup includes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/12/merge
Hendrik Leppkes 12 years ago committed by Michael Niedermayer
parent edcc51fb8e
commit 3c7f669972
  1. 1
      libavfilter/avcodec.c
  2. 1
      libavfilter/avcodec.h

@ -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,

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

Loading…
Cancel
Save