]> git.sesse.net Git - ffmpeg/commit
aacenc: move the generation of ff_aac_pow34sf_tab[]
authorRostislav Pehlivanov <atomnuker@gmail.com>
Fri, 17 Jul 2015 21:20:14 +0000 (22:20 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 21 Jul 2015 11:53:04 +0000 (13:53 +0200)
commit331c1e74941dc91a29cfaace64311ea6ce73de75
tree20ac1da2aee4199acbe1d7690c07c9311fc67a01
parentcee7acfcfc1bc806044ff35ff7ec7b64528f99b1
aacenc: move the generation of ff_aac_pow34sf_tab[]

This commit moves the generation of ff_aac_pow34sf_tab[] out of the
encoder and into the table generator. The original commit log for
this table in 2011 actually mentions that it should be moved outside
but this never happened.

This is the first commit which cleans up the encoder a little.

Reviewed-by: Claudio Freire <klaussfreire@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/aac_tablegen.c
libavcodec/aac_tablegen.h
libavcodec/aac_tablegen_decl.h
libavcodec/aaccoder.c
libavcodec/aacenc.c
libavcodec/aacenc.h