]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Cast the return value of get_bits() to signed integer such that the subtraction
authorsuperdump <superdump@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 18 Sep 2008 15:35:08 +0000 (15:35 +0000)
committersuperdump <superdump@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 18 Sep 2008 15:35:08 +0000 (15:35 +0000)
commit916fd9a49258c84ea07138292e4d4a3d9f661071
tree5b93c98ab64ddd79a036e7a203d8ec2dc8738bdb
parentcc970d4ca63f2ffce423adca06c4880ec3e50745
Cast the return value of get_bits() to signed integer such that the subtraction
is conducted as a signed calculation.

Patch by Alex Converse (alex converse gmail com)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15362 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/aac.c