OSDN Git Service

ac3enc: Remove bit allocation fallbacks.
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 21 Jun 2011 16:59:11 +0000 (12:59 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 27 Jun 2011 16:59:39 +0000 (12:59 -0400)
commit7dcdf974d02caee206b38d0946b2fc1fab082aa3
treede6527dfb31bbb8f1f6495053243b0d033a8cfcb
parent659aa20e56de03b461afdaa6ae7e5d4be6e0d5fc
ac3enc: Remove bit allocation fallbacks.

They introduce too much complexity for very little benefit. The result is that
encoding will be more likely to fail at extremely low bitrates where quality
would be awful anyway.
libavcodec/ac3enc.c