summaryrefslogtreecommitdiff
path: root/libavcodec/dv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dv.h')
-rw-r--r--libavcodec/dv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dv.h b/libavcodec/dv.h
index 79896cbee5..01a4eec49a 100644
--- a/libavcodec/dv.h
+++ b/libavcodec/dv.h
@@ -34,7 +34,7 @@
typedef struct DVVideoContext {
const DVprofile *sys;
- AVFrame picture;
+ AVFrame *frame;
AVCodecContext *avctx;
uint8_t *buf;