diff mbox series

[FFmpeg-devel,11/25] lavc/mlp_parse: add required includes explicitly

Message ID 20210521180056.17496-11-anton@khirnov.net
State Accepted
Commit 43002487cbae4f7a94c575679790816e0ad99434
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
---
 libavcodec/mlp_parse.h | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/libavcodec/mlp_parse.h b/libavcodec/mlp_parse.h
index a0790ae8c7..f0d7b41c11 100644
--- a/libavcodec/mlp_parse.h
+++ b/libavcodec/mlp_parse.h
@@ -21,6 +21,10 @@ 
 #ifndef AVCODEC_MLP_PARSE_H
 #define AVCODEC_MLP_PARSE_H
 
+#include <stdint.h>
+
+#include "libavutil/channel_layout.h"
+
 #include "get_bits.h"
 
 typedef struct MLPHeaderInfo