comparison mpegvideo.h @ 307:764aeec1320e libavcodec

msmpeg4v2 decoding (no encoding yet)
author michaelni
date Fri, 05 Apr 2002 04:09:04 +0000
parents a1234c032636
children 8cf5507e6ca5
comparison
equal deleted inserted replaced
306:ebfd518cbbbf 307:764aeec1320e
265 int use_skip_mb_code; 265 int use_skip_mb_code;
266 int slice_height; /* in macroblocks */ 266 int slice_height; /* in macroblocks */
267 int first_slice_line; /* used in mpeg4 too to handle resync markers */ 267 int first_slice_line; /* used in mpeg4 too to handle resync markers */
268 int flipflop_rounding; 268 int flipflop_rounding;
269 int bitrate; 269 int bitrate;
270 int msmpeg4_version; /* 1=mp41, 2=mp42, 3=mp43/divx3 */
270 /* decompression specific */ 271 /* decompression specific */
271 GetBitContext gb; 272 GetBitContext gb;
272 273
273 /* MPEG2 specific - I wish I had not to support this mess. */ 274 /* MPEG2 specific - I wish I had not to support this mess. */
274 int progressive_sequence; 275 int progressive_sequence;