Commit 489d96ca authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/proresdec: Include required headers directly

Do not rely on an indirect inclusion of avcodec.h in proresdsp.h.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent b0fb8e82
......@@ -22,10 +22,15 @@
#ifndef AVCODEC_PRORESDEC_H
#define AVCODEC_PRORESDEC_H
#include <stdint.h>
#include "get_bits.h"
#include "blockdsp.h"
#include "proresdsp.h"
#include "libavutil/frame.h"
#include "libavutil/pixfmt.h"
typedef struct {
const uint8_t *data;
unsigned mb_x;
......
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