OSDN Git Service

Split out setting of bit allocation parameters to a separate function.
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 14 Dec 2010 14:53:43 +0000 (14:53 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 14 Dec 2010 14:53:43 +0000 (14:53 +0000)
commit793bbf954430c7a5e3275a9f23ea83168067e463
tree5b36962f6b18edd1277483ae9b18794803595ced
parent8999944ecbfeccd79510026992d6abef89c6efd4
Split out setting of bit allocation parameters to a separate function.
Th new function only needs to be called at initialization because bit
allocation parameters currently do not change during encoding.

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