]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/atrac3data.h
avformat/mpegts: make sure mpegts_read_header always stops at the first pmt
[ffmpeg] / libavcodec / atrac3data.h
index 5d91274f489316270b5437a96765cc2b70c04907..a731fb7c4acc3e564026c37948408abd65f9f1f6 100644 (file)
@@ -103,10 +103,6 @@ static const uint8_t* const huff_bits[7] = {
     huffbits1, huffbits2, huffbits3, huffbits4, huffbits5, huffbits6, huffbits7,
 };
 
-static const uint16_t atrac3_vlc_offs[9] = {
-    0, 512, 1024, 1536, 2048, 2560, 3072, 3584, 4096
-};
-
 /* selector tables */
 
 static const uint8_t clc_length_tab[8] = { 0, 4, 3, 3, 4, 4, 5, 6 };