]> git.sesse.net Git - ffmpeg/commit
use consistent data type for exponents. needs to be int8_t to pass to bit allocation.
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 23 Jul 2007 22:23:37 +0000 (22:23 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 23 Jul 2007 22:23:37 +0000 (22:23 +0000)
commitbc8edb7e53f54c53825e2adc1f093945496316f7
tree3a3d003aaf784dbb49c636dcd27894bd78c06aee
parent878c40a1375f988e8947838a10c860e1956c7765
use consistent data type for exponents. needs to be int8_t to pass to bit allocation.

Originally committed as revision 9780 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3dec.c