lavc/mlp_parse: add required includes explicitly

pull/362/head
Anton Khirnov 4 years ago
parent 93822dacb9
commit 43002487cb
  1. 4
      libavcodec/mlp_parse.h

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

Loading…
Cancel
Save