]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/atrac3data.h
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
[ffmpeg] / libavcodec / atrac3data.h
index 00197d32d46ed68ec64d1851d0bb13a3bd0a16b6..e71dc355605d19819e2945d0b9f63803e99c9f45 100644 (file)
@@ -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};