diff mjpegdec.h @ 10438:710e226783f0 libavcodec

Flip (M)JPEG frames encoded by Intel JPEG library. Fixes issues 1464 and 1468.
author cehoyos
date Mon, 19 Oct 2009 15:41:28 +0000
parents b73796e93571
children 3e404d2520a7
line wrap: on
line diff
--- a/mjpegdec.h	Mon Oct 19 15:14:00 2009 +0000
+++ b/mjpegdec.h	Mon Oct 19 15:41:28 2009 +0000
@@ -101,6 +101,7 @@
     int mjpb_skiptosod;
 
     int cur_scan; /* current scan, used by JPEG-LS */
+    int flipped; /* true if picture is flipped */
 } MJpegDecodeContext;
 
 int ff_mjpeg_decode_init(AVCodecContext *avctx);