OSDN Git Service

Since WavPack chunk can contain more samples than FFmpeg is guaranteed to
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 19 Feb 2010 14:05:41 +0000 (14:05 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 19 Feb 2010 14:05:41 +0000 (14:05 +0000)
commit965828bb66c59ed2f5f7cb07f32840cf555d9cad
tree9af12ba0df472c6777a0cc906b0d23080b37f7ac
parent245d5a48efdee972434d96646017c5267f538f65
Since WavPack chunk can contain more samples than FFmpeg is guaranteed to
hold, decode it in several iterations outputting as many samples as possible.

Originally committed as revision 21894 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/wavpack.c