1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavc/mlp_parse: add required includes explicitly

This commit is contained in:
Anton Khirnov
2021-05-21 18:21:19 +02:00
parent 93822dacb9
commit 43002487cb

View File

@@ -21,6 +21,10 @@
#ifndef AVCODEC_MLP_PARSE_H #ifndef AVCODEC_MLP_PARSE_H
#define AVCODEC_MLP_PARSE_H #define AVCODEC_MLP_PARSE_H
#include <stdint.h>
#include "libavutil/channel_layout.h"
#include "get_bits.h" #include "get_bits.h"
typedef struct MLPHeaderInfo typedef struct MLPHeaderInfo