From 461cd5bfb5c38e48a81b4a9a5912dfd65da1ba3d Mon Sep 17 00:00:00 2001 From: Ivan Kalvachev Date: Tue, 2 Mar 2004 18:39:25 +0000 Subject: add vlc for cbp=0 that is valid in 422,444 Originally committed as revision 2838 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpeg12data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/mpeg12data.h') diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h index b5ae2bcb19..4ee460ccc8 100644 --- a/libavcodec/mpeg12data.h +++ b/libavcodec/mpeg12data.h @@ -217,7 +217,8 @@ static const uint8_t mbAddrIncrTable[36][2] = { {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}, -- cgit v1.2.3