1
0
Fork 0

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:
Andreas Rheinhardt 2023-09-08 12:16:54 +02:00
parent b0fb8e82dd
commit 489d96ca02
1 changed files with 5 additions and 0 deletions

View File

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