X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faacenctab.h;h=9157cff810124fa83dd1a188c4d82d54f3f0ae0f;hb=85c92789b60416bb89f7938fa236c558603559f6;hp=9e7595a755d14a48075af434696923fa054f98bd;hpb=04eff96822252321bfb32697fbc5456ef488192f;p=ffmpeg diff --git a/libavcodec/aacenctab.h b/libavcodec/aacenctab.h index 9e7595a755d..9157cff8101 100644 --- a/libavcodec/aacenctab.h +++ b/libavcodec/aacenctab.h @@ -110,4 +110,8 @@ static const uint8_t aac_cb_in_map[CB_TOT_ALL+1] = {0,1,2,3,4,5,6,7,8,9,10,11,0, static const uint8_t aac_cb_range [12] = {0, 3, 3, 3, 3, 9, 9, 8, 8, 13, 13, 17}; static const uint8_t aac_cb_maxval[12] = {0, 1, 1, 2, 2, 4, 4, 7, 7, 12, 12, 16}; +static const unsigned char aac_maxval_cb[] = { + 0, 1, 3, 5, 5, 7, 7, 7, 9, 9, 9, 9, 9, 11 +}; + #endif /* AVCODEC_AACENCTAB_H */