avcodec/mjpegdec: Read EXIF metadata in JPEG input.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Thilo Borgmann
2013-08-12 19:36:08 +02:00
committed by Michael Niedermayer
parent ad0f7574ef
commit bb4e1b4cf9
4 changed files with 49 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ typedef struct MJpegDecodeContext {
unsigned int ljpeg_buffer_size;
int extern_huff;
AVDictionary *exif_metadata;
} MJpegDecodeContext;
int ff_mjpeg_decode_init(AVCodecContext *avctx);