mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/avcodec: cleanup includes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
edcc51fb8e
commit
3c7f669972
|
@ -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,
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue