diff msmpeg4data.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 460bc2ba363e
children e65798d228ea
line wrap: on
line diff
--- a/msmpeg4data.h	Fri Jul 05 19:16:26 2002 +0000
+++ b/msmpeg4data.h	Sun Jul 07 08:34:46 2002 +0000
@@ -1867,3 +1867,7 @@
     wmv1_scantable03,
 };
 
+static UINT8 table_inter_intra[4][2]={
+    {0,1},{2,2},{6,3},{7,3}
+};
+