[FFmpeg-cvslog] lavc/mlp_parse: add required includes explicitly
Anton Khirnov
git at videolan.org
Thu Jun 10 17:56:16 EEST 2021
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri May 21 18:21:19 2021 +0200| [43002487cbae4f7a94c575679790816e0ad99434] | committer: Anton Khirnov
lavc/mlp_parse: add required includes explicitly
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43002487cbae4f7a94c575679790816e0ad99434
---
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
More information about the ffmpeg-cvslog
mailing list