WavPack demuxer: store position of the first block in index.
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 20 Aug 2011 16:14:58 +0000 (18:14 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 21 Aug 2011 10:54:35 +0000 (12:54 +0200)
commit5561fe487f0a2d522fd5655c129acf99b0d59490
treea93d2e3121c35f0232a88f83e503131969f21a19
parent4ba8c521b1119c8235f8ad83c4edecb0bf9feb10
WavPack demuxer: store position of the first block in index.

Currently for multichannel audio position for the last block position is
stored in index (and used for seeking), which is obviously not correct.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavformat/wv.c