[FFmpeg-devel] [PATCH] WavPack multichannel support

Kostya kostya.shishkov
Sat Jan 22 15:42:10 CET 2011


$subj

Now it both native demuxer and Matroska work fine for me (and its
mono/stereo packet format is the same as in old versions).

For multichannel files my demuxer reads data in linear way so it's just
appended during read process. Matroska stores it in its own way, inserting
adjusted block size between flags+CRC and block data. And making them
uniform would require either changing data from Matroska demuxer or seeking
and patching data in WavPack demuxer.



More information about the ffmpeg-devel mailing list