]> git.sesse.net Git - ffmpeg/commit
wavpack: extract channel information from the bitstream
authorAnton Khirnov <anton@khirnov.net>
Mon, 27 May 2013 15:23:15 +0000 (17:23 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 28 May 2013 15:47:04 +0000 (17:47 +0200)
commit7d039e70a5ff23a7deaa866684d2e8872acc5169
tree86e8540bfca268b9bd917692beb8e097a387368f
parent78f75b6fa421dd39a715588e9487579f1ce5bada
wavpack: extract channel information from the bitstream

This way we don't require the caller to parse the block header. It also
allows the channel configuration to change mid-stream.
libavcodec/wavpack.c