diff mbox series

[FFmpeg-devel,14/25] lavf/internal: include avcodec.h explicitly

Message ID 20210521180056.17496-14-anton@khirnov.net
State Accepted
Commit c4c6c83421a1fa93537dc3907e755b6fa0b84563
Headers show
Series [FFmpeg-devel,01/25] lavc: move small misc definitions into a separate header | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Anton Khirnov May 21, 2021, 6 p.m. UTC
Do not depend on avformat.h to provide it.
---
 libavformat/internal.h | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/libavformat/internal.h b/libavformat/internal.h
index d57e63c1c2..f9abec9e44 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -24,6 +24,9 @@ 
 #include <stdint.h>
 
 #include "libavutil/bprint.h"
+
+#include "libavcodec/avcodec.h"
+
 #include "avformat.h"
 #include "os_support.h"