ffmpeg | branch: master | Anton Khirnov <an...@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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".