Commit 43002487 authored by Anton Khirnov's avatar Anton Khirnov

lavc/mlp_parse: add required includes explicitly

parent 93822dac
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment