mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
add vlc for cbp=0 that is valid in 422,444
Originally committed as revision 2838 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user