summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpeg12data.h')
-rw-r--r--libavcodec/mpeg12data.h3
1 files changed, 2 insertions, 1 deletions
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},