OSDN Git Service

fix decoding of big audio packets (48k 16bit 2 channels), needed size is related...
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 28 Mar 2007 11:53:01 +0000 (11:53 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 28 Mar 2007 11:53:01 +0000 (11:53 +0000)
commit5508d26b7c22ba05cd036bfe58c9658f9afc0ee0
tree780920137d6ab8e76c5e5b42e48b99b5dc8afeb9
parentc367d06702b3a9cb6b5cf02435f76c5dd5f321e7
fix decoding of big audio packets (48k 16bit 2 channels), needed size is related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t *

Originally committed as revision 8537 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c