[FFmpeg-devel] [PATCH 11/25] lavc/mlp_parse: add required includes explicitly
Anton Khirnov
anton at khirnov.net
Fri May 21 21:00:42 EEST 2021
---
libavcodec/mlp_parse.h | 4 ++++
1 file changed, 4 insertions(+)
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
--
2.30.2
More information about the ffmpeg-devel
mailing list