comparison 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
comparison
equal deleted inserted replaced
10437:00bd0c4c1489 10438:710e226783f0
99 int interlace_polarity; 99 int interlace_polarity;
100 100
101 int mjpb_skiptosod; 101 int mjpb_skiptosod;
102 102
103 int cur_scan; /* current scan, used by JPEG-LS */ 103 int cur_scan; /* current scan, used by JPEG-LS */
104 int flipped; /* true if picture is flipped */
104 } MJpegDecodeContext; 105 } MJpegDecodeContext;
105 106
106 int ff_mjpeg_decode_init(AVCodecContext *avctx); 107 int ff_mjpeg_decode_init(AVCodecContext *avctx);
107 int ff_mjpeg_decode_end(AVCodecContext *avctx); 108 int ff_mjpeg_decode_end(AVCodecContext *avctx);
108 int ff_mjpeg_decode_frame(AVCodecContext *avctx, 109 int ff_mjpeg_decode_frame(AVCodecContext *avctx,