diff mpeg12data.h @ 1853:9de89f579086 libavcodec

add vlc for cbp=0 that is valid in 422,444
author iive
date Tue, 02 Mar 2004 18:39:25 +0000
parents a4d9e8b4e2f8
children c8e866f4515f
line wrap: on
line diff
--- a/mpeg12data.h	Tue Mar 02 17:21:55 2004 +0000
+++ b/mpeg12data.h	Tue Mar 02 18:39:25 2004 +0000
@@ -217,7 +217,8 @@
     {0x0, 8}, /* end (and 15 more 0 bits should follow) */
 };
 
-static const uint8_t mbPatTable[63][2] = {
+static const uint8_t mbPatTable[64][2] = {
+    {0x1, 9},
     {0xb, 5},
     {0x9, 5},
     {0xd, 6},