]> git.sesse.net Git - ffmpeg/commit
Reverse the exponent & exponent strategy array arrangement to simplify the
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 14 Dec 2010 14:53:17 +0000 (14:53 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 14 Dec 2010 14:53:17 +0000 (14:53 +0000)
commitd7da80806cc4ea91e4de37feae49fc2ac202bd20
treea14614871c90be1ae5e1c15e60698e71395adf0e
parent67d979fedef3b302693da10bcadf0dee3f6cda99
Reverse the exponent & exponent strategy array arrangement to simplify the
per-channel exponent strategy decision.  This will also make it easier to
plug-in other exponent strategy algorithms.

Originally committed as revision 25995 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3enc.c