vc1: Move init code shared between decoder and parser to common code file.
This fixes standalone compilation of the VC-1 parser.
(cherry picked from commit 3c715383ea
)
Conflicts:
libavcodec/vc1data.h
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
@@ -1129,3 +1129,7 @@ const uint16_t 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
|
||||
};
|
||||
|
Reference in New Issue
Block a user