]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dv.h
avformat/mov: check avio_read() return in mov_read_dref()
[ffmpeg] / libavcodec / dv.h
index 23dcf6349efc72d80fd96d46a82b1c42725d8ccd..73ceb7fe09151bae773ad327eaac7f068496d999 100644 (file)
@@ -34,7 +34,7 @@
 
 typedef struct DVVideoContext {
     const DVprofile *sys;
-    AVFrame          picture;
+    AVFrame         *frame;
     AVCodecContext  *avctx;
     uint8_t         *buf;