Skip to content
Snippets Groups Projects
Commit 3c7f6699 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Michael Niedermayer
Browse files

lavfi/avcodec: cleanup includes

parent edcc51fb
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -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 @@ ...@@ -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"
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment