]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Replace "signed short" typecast with "int16_t" as suggested by
authorvoroshil <voroshil@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 4 Oct 2007 15:13:42 +0000 (15:13 +0000)
committervoroshil <voroshil@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 4 Oct 2007 15:13:42 +0000 (15:13 +0000)
commit5a2e89dbaa96a265d5dcb16d16b27c8ff488b15c
tree677d0b2dc06a226e908d04d668ba51099496d60b
parentdd94e11fecf0ac8bde8476aed00f610e2d1289f6
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.

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