diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2009-05-17 16:12:07 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2009-05-17 16:12:07 +0000 |
commit | 031b1cbeeb1e6234607c383341a9bac6829817c9 (patch) | |
tree | a816c712a8e7a32aa92f277c7a52511d4b00ca14 /libavcodec/atrac3data.h | |
parent | fbf4d03a7c52e1060febbcada3f5db8eac878bb9 (diff) | |
download | ffmpeg-031b1cbeeb1e6234607c383341a9bac6829817c9.tar.gz |
Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3
Originally committed as revision 18865 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/atrac3data.h')
-rw-r--r-- | libavcodec/atrac3data.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/atrac3data.h b/libavcodec/atrac3data.h index 00197d32d4..e71dc35560 100644 --- a/libavcodec/atrac3data.h +++ b/libavcodec/atrac3data.h @@ -105,6 +105,10 @@ static const uint8_t* const huff_bits[7] = { huffbits1,huffbits2,huffbits3,huffbits4,huffbits5,huffbits6,huffbits7, }; +static const uint16_t atrac3_vlc_offs[] = { + 0,512,1024,1536,2048,2560,3072,3584,4096 +}; + /* selector tables */ static const uint8_t CLCLengthTab[8] = {0, 4, 3, 3, 4, 4, 5, 6}; |