Simplify compute_exp_strategy() by passing a pointer to all exponents and
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 15 Jan 2011 01:59:10 +0000 (01:59 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 15 Jan 2011 01:59:10 +0000 (01:59 +0000)
commit5bff8590f353c3a47b62c67ff40f7af4cf5b5528
tree9b0d40c72ccba1433f674f17d171e2d1e9fc2b3a
parent4b90c35d74880b07c50b3392a338f0f00d10302f
Simplify compute_exp_strategy() by passing a pointer to all exponents and
exponent strategies for a single channel to compute_exp_strategy_ch().
This allows for removal of the temporary pointer arrays.

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