diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Fri Jul 05 19:16:26 2002 +0000
+++ b/mpegvideo.h	Sun Jul 07 08:34:46 2002 +0000
@@ -392,6 +392,7 @@
     UINT8 *intra_h_scantable;
     /* [mb_intra][isChroma][level][run][last] */
     int ac_stats[2][2][MAX_LEVEL+1][MAX_RUN+1][2];
+    int inter_intra_pred;
     
 
     /* decompression specific */