avcodec/proresdec: Include required headers directly
Do not rely on an indirect inclusion of avcodec.h in proresdsp.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -22,10 +22,15 @@
|
|||||||
#ifndef AVCODEC_PRORESDEC_H
|
#ifndef AVCODEC_PRORESDEC_H
|
||||||
#define AVCODEC_PRORESDEC_H
|
#define AVCODEC_PRORESDEC_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "get_bits.h"
|
#include "get_bits.h"
|
||||||
#include "blockdsp.h"
|
#include "blockdsp.h"
|
||||||
#include "proresdsp.h"
|
#include "proresdsp.h"
|
||||||
|
|
||||||
|
#include "libavutil/frame.h"
|
||||||
|
#include "libavutil/pixfmt.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const uint8_t *data;
|
const uint8_t *data;
|
||||||
unsigned mb_x;
|
unsigned mb_x;
|
||||||
|
Reference in New Issue
Block a user