]> git.sesse.net Git - ffmpeg/commit
allcodecs: move libaacplus down.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 4 Apr 2012 15:44:21 +0000 (17:44 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 4 Apr 2012 15:44:21 +0000 (17:44 +0200)
commitc22fd9bd9c2ac06e5960529a30a994141b2d03b1
tree998301cccc48f5fb1ffcdfde218d9bb3fd244574
parenta61fada3805122acf8f362d563c9cbae00c2c8cf
allcodecs: move libaacplus down.

We choose the first encoder by default and libaccplus has a
quite limited set of supported bitrates/sample rates.
Thus leading to failure by default in many cases when it is
enabled at compile time.
Moving it down means that the other aac encoders are favored
by default which avoids this issue.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/allcodecs.c