summaryrefslogtreecommitdiff
path: root/libavfilter/lavfutils.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-25 16:30:01 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-25 22:03:32 +0100
commit2869d7149394acfb3b544d76e5ef828db7a8dcff (patch)
tree21e4a6bd5b05dd51e950d42766a4fc2c17de31e2 /libavfilter/lavfutils.c
parente4524270f4e21f40669e1bae9267508658a5ddf3 (diff)
downloadffmpeg-2869d7149394acfb3b544d76e5ef828db7a8dcff.tar.gz
avfilter/lavfutils.h: Don't include avformat.h
Only lavfutils.c needs avformat.h, not lavfutils.h. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavfilter/lavfutils.c')
-rw-r--r--libavfilter/lavfutils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/lavfutils.c b/libavfilter/lavfutils.c
index f8f8415c80..34051ee61d 100644
--- a/libavfilter/lavfutils.c
+++ b/libavfilter/lavfutils.c
@@ -19,6 +19,7 @@
*/
#include "libavutil/imgutils.h"
+#include "libavformat/avformat.h"
#include "lavfutils.h"
int ff_load_image(uint8_t *data[4], int linesize[4],