]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dv.h
dnxhddec: return proper error code
[ffmpeg] / libavcodec / dv.h
index 79896cbee585853b857ba0a287db4fa1c8bc748d..01a4eec49a481428002c0492a2dd45e93ff9b668 100644 (file)
@@ -34,7 +34,7 @@
 
 typedef struct DVVideoContext {
     const DVprofile *sys;
-    AVFrame          picture;
+    AVFrame         *frame;
     AVCodecContext  *avctx;
     uint8_t         *buf;