comparison mpegvideo.h @ 519:55b4e2248a45 libavcodec

wmv1 slice_height != mb_height support encoding of slice_height != mb_height 1bit shorter wmv1 headers if bit_rate<50 !? ROTFL M$ is even more stupid than i thought using dc of non intra blocks for dc prediction of wmv1 if bitrate < 129 && res < 320x240
author michaelni
date Sun, 07 Jul 2002 08:34:46 +0000
parents c9f724e3a797
children 3c07cf9595de
comparison
equal deleted inserted replaced
518:70113647b50d 519:55b4e2248a45
390 UINT8 *intra_scantable; 390 UINT8 *intra_scantable;
391 UINT8 *intra_v_scantable; 391 UINT8 *intra_v_scantable;
392 UINT8 *intra_h_scantable; 392 UINT8 *intra_h_scantable;
393 /* [mb_intra][isChroma][level][run][last] */ 393 /* [mb_intra][isChroma][level][run][last] */
394 int ac_stats[2][2][MAX_LEVEL+1][MAX_RUN+1][2]; 394 int ac_stats[2][2][MAX_LEVEL+1][MAX_RUN+1][2];
395 int inter_intra_pred;
395 396
396 397
397 /* decompression specific */ 398 /* decompression specific */
398 GetBitContext gb; 399 GetBitContext gb;
399 400