X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fac3tab.c;h=3b3e715655818d94779a3b1facb8d71a7f44db51;hb=c137fdd778e1bb82c2f0d7fa4a88adc97058d6d4;hp=fb8e9c7b52a2da812ae3c01712753124506e2710;hpb=989fb05fe344d9666db858e0577c44969625184e;p=ffmpeg diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c index fb8e9c7b52a..3b3e7156558 100644 --- a/libavcodec/ac3tab.c +++ b/libavcodec/ac3tab.c @@ -138,6 +138,13 @@ const uint16_t ff_ac3_bitrate_tab[19] = { */ const uint8_t ff_ac3_rematrix_band_tab[5] = { 13, 25, 37, 61, 253 }; +/** + * Table E2.16 Default Coupling Banding Structure + */ +const uint8_t ff_eac3_default_cpl_band_struct[18] = { + 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1 +}; + /* AC-3 MDCT window */ /* MDCT window */