mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-22 23:10:00 +01:00
avcodec/aacps_common: Apply offset for VLCs during init
This avoids having to apply it later after every get_vlc2(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -89,9 +89,9 @@ static const uint8_t aacps_huff_tabs[][2] = {
|
||||
};
|
||||
|
||||
static const int8_t huff_offset[] = {
|
||||
30, 30,
|
||||
14, 14,
|
||||
7, 7,
|
||||
-30, -30,
|
||||
-14, -14,
|
||||
-7, -7,
|
||||
0, 0,
|
||||
0, 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user