flacdec: Avoid trying to read 33 bits. This occurs when the source
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 3 Mar 2009 04:45:45 +0000 (04:45 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 3 Mar 2009 04:45:45 +0000 (04:45 +0000)
commit5b37e2fc9ad85b8fcec376b1aec439abedfb4432
tree8cc73b380efc40ac449d5397769c8c682f3a42d0
parent505cc62f75c6a0b620eb8bf41fc6f72fba173bc9
flacdec: Avoid trying to read 33 bits.  This occurs when the source
is 32 bits-per-sample and channel decorrelation is used.  Such files
are valid, but not supported currently.

Originally committed as revision 17743 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flacdec.c