summaryrefslogtreecommitdiff
path: root/libavcodec/aacsbr_tablegen.c
Commit message (Collapse)AuthorAge
* aacsbr: support hardcoding tables.Reimar Döffinger2014-09-06
For sbr_qmf_window_us there is even a question if it maybe should be fully hardcoded all the time. Since half of it is coded, it ends up in .data and not .bss. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>