summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/proresdec.h')
-rw-r--r--libavcodec/proresdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h
index 1c56227cbf..5a1481c0d7 100644
--- a/libavcodec/proresdec.h
+++ b/libavcodec/proresdec.h
@@ -37,7 +37,7 @@ typedef struct {
typedef struct {
DSPContext dsp;
ProresDSPContext prodsp;
- AVFrame frame;
+ AVFrame *frame;
int frame_type; ///< 0 = progressive, 1 = tff, 2 = bff
uint8_t qmat_luma[64];
uint8_t qmat_chroma[64];