diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-07-29 05:44:26 +0100 |
---|---|---|
committer | Claudio Freire <klaussfreire@gmail.com> | 2015-08-07 03:58:07 -0300 |
commit | c47c781e83fd00914be244988381ace0b1b71628 (patch) | |
tree | a39d112539aef8fd8656cb65753660956f6f01bd /libpostproc/postprocess_altivec_template.c | |
parent | 9c0407e8563f0eab49a25eae6b7a100287b9e635 (diff) | |
download | ffmpeg-streaming-c47c781e83fd00914be244988381ace0b1b71628.zip ffmpeg-streaming-c47c781e83fd00914be244988381ace0b1b71628.tar.gz |
aacenc: Move local encoder specific tables to a separate file
This commit moves any tables specific to the encoder from aacenc
and aaccoder to a separate file called 'aacenctab.c/.h'.
This was done as a clean up attempt as the encoder was filled with
tables pasted in between functions which made it confusing to follow
and track where each table and definition had been used.
This commit solves this by simply exporting the smaller tables out to
the aacenctab.h while the larger ones are compiled using aacenctab.c
and are referenced from the header file.
Signed-off-by: Claudio Freire <klaussfreire@gmail.com>
Diffstat (limited to 'libpostproc/postprocess_altivec_template.c')
0 files changed, 0 insertions, 0 deletions