summaryrefslogtreecommitdiff
path: root/libavcodec/vc1data.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vc1data.c')
-rw-r--r--libavcodec/vc1data.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/vc1data.c b/libavcodec/vc1data.c
index 1bb4c8a4d8..41d8ab9fd1 100644
--- a/libavcodec/vc1data.c
+++ b/libavcodec/vc1data.c
@@ -1129,3 +1129,7 @@ const uint16_t ff_vc1_b_field_mvpred_scales[7][4] = {
{ 26, 17, 12, 10 }, // ZONE1OFFSET_X
{ 7, 4, 3, 3 } // ZONE1OFFSET_Y
};
+
+const int ff_vc1_ac_sizes[AC_MODES] = {
+ 186, 169, 133, 149, 103, 103, 163, 175
+};