alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 9 Jul 2012 14:53:28 +0000 (10:53 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 19 Jul 2012 17:26:46 +0000 (13:26 -0400)
commit7e6593e9773773b5f6ad19fe4cdb2334d492493c
tree96ad049b1852699949ee535de05c45677732228e
parent6fd8a28b596760b4b0a2f227c54d7315e04c396a
alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()

x_modified is just unnecessary, and final_val can be removed by simplifying
the unsigned-to-signed conversion.
libavcodec/alac.c