diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-21 18:30:51 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-08-21 18:30:51 +0100 |
commit | 32be264cea542b4dc721b10092bf1dfe511a28ee (patch) | |
tree | 0b45e999b69f460e9e10728eecc8557174c145ac /compat | |
parent | 907373ea9d23f782d438dd18babfd75cb5ab305a (diff) | |
download | ffmpeg-32be264cea542b4dc721b10092bf1dfe511a28ee.tar.gz |
aacenc: coding style changes
This commit only changes the coding style to a saner way
of accessing coefficients (makes more sense to get the
memory address of a coefficients and start from there
rather than adding arbitrary numbers to offset a pointer).
Some compilers might detect an out of bounds access easier.
Also the way M/S and IS coefficients are calculated has been
changed, but should still have the same result (with the exception
that IS now applies from the normal coefficients rather than the
pristine ones, this is needed for upcoming commits).
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'compat')
0 files changed, 0 insertions, 0 deletions