[FFmpeg-devel] [PATCH 2/3] aacenc: move the generation of ff_aac_pow34sf_tab[]

Claudio Freire klaussfreire at gmail.com
Tue Jul 21 07:46:54 CEST 2015


On Mon, Jul 20, 2015 at 10:05 PM, Claudio Freire <klaussfreire at gmail.com> wrote:
> This will need rebasing, the fixed tablegen got in recently
>
>
> On Fri, Jul 17, 2015 at 6:20 PM, Rostislav Pehlivanov
> <atomnuker at gmail.com> wrote:
>> 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.
>> ---
>>  libavcodec/aac_tablegen.c      | 2 ++
>>  libavcodec/aac_tablegen.h      | 5 ++++-
>>  libavcodec/aac_tablegen_decl.h | 2 ++
>>  libavcodec/aaccoder.c          | 1 +
>>  libavcodec/aacenc.c            | 4 ----
>>  libavcodec/aacenc.h            | 2 --
>>  6 files changed, 9 insertions(+), 7 deletions(-)


Forget I said anything, the tablegen changes that got in don't conflict.

LGTM then.


More information about the ffmpeg-devel mailing list