]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpegdec.h
vsrc_buffer.h: add file doxy
[ffmpeg] / libavcodec / mjpegdec.h
index 72fe6fa0888ede556f0a7edaef222a4dca640d95..52c256ee2fc9d1018bdaa30d556d53eaa975f498 100644 (file)
@@ -81,6 +81,7 @@ typedef struct MJpegDecodeContext {
     int quant_index[4];   /* quant table index for each component */
     int last_dc[MAX_COMPONENTS]; /* last DEQUANTIZED dc (XXX: am I right to do that ?) */
     AVFrame picture; /* picture structure */
+    AVFrame *picture_ptr; /* pointer to picture structure */
     int got_picture;                                ///< we found a SOF and picture is valid, too.
     int linesize[MAX_COMPONENTS];                   ///< linesize << interlaced
     int8_t *qscale_table;