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
1 changed files with 4 additions and 0 deletions

View File

@ -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