comparison mpegvideo.h @ 345:e05b357a398a libavcodec

export mbskip_table for direct rendering add hurry_up support
author michaelni
date Sat, 27 Apr 2002 13:12:57 +0000
parents 9f6071a87e17
children 3c5266cda02d
comparison
equal deleted inserted replaced
344:9f6071a87e17 345:e05b357a398a
193 UINT8 *fcode_tab; /* smallest fcode needed for each MV */ 193 UINT8 *fcode_tab; /* smallest fcode needed for each MV */
194 194
195 int has_b_frames; 195 int has_b_frames;
196 int no_rounding; /* apply no rounding to motion compensation (MPEG4, msmpeg4, ...) 196 int no_rounding; /* apply no rounding to motion compensation (MPEG4, msmpeg4, ...)
197 for b-frames rounding mode is allways 0 */ 197 for b-frames rounding mode is allways 0 */
198
199 int hurry_up; /* when set to 1 during decoding, b frames will be skiped
200 when set to 2 idct/dequant will be skipped too */
198 201
199 /* macroblock layer */ 202 /* macroblock layer */
200 int mb_x, mb_y; 203 int mb_x, mb_y;
201 int mb_incr; 204 int mb_incr;
202 int mb_intra; 205 int mb_intra;