wavpack demuxer: export full wavpack blocks.
authorAnton Khirnov <anton@khirnov.net>
Sun, 26 May 2013 19:09:22 +0000 (21:09 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 28 May 2013 06:14:05 +0000 (08:14 +0200)
commit5074f4545c439420daebe4c2f28ed216440b6ec7
treef8bcbed26570d6a6fd52aef3584c51c573c0e90d
parent72dee5f40b236c5eb9e68df39df80c68392269e3
wavpack demuxer: export full wavpack blocks.

Currently the demuxer shaves the blocks and exports only the
information that is useful to the decoder.

Exporting the blocks just as they are stored is simpler to understand
and will make remuxing wavpack easier.
libavcodec/wavpack.c
libavformat/wv.c