Replace "signed short" typecast with "int16_t" as suggested by
authorVladimir Voroshilov <voroshil@gmail.com>
Thu, 4 Oct 2007 15:13:42 +0000 (15:13 +0000)
committerVladimir Voroshilov <voroshil@gmail.com>
Thu, 4 Oct 2007 15:13:42 +0000 (15:13 +0000)
commit94d9633a329ef411466b7637ab25725dcb6dc7b8
tree8a60751c6d31815b1d3ff62450e59829e2412cc0
parent24231e4cf6a974cb71fcb3acaecf05f712535c36
Replace "signed short" typecast with "int16_t" as suggested by
Mans Rullgard. Value at the right side is 16 bit length signed.
We can not know for sure that short is in fact 16 bits, even if
this virtually always is the case.

Originally committed as revision 10666 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/adpcm.c