Re: [FFmpeg-devel] [PATCH] avformat/wvdec: fix seeking

2015-04-23 Thread Michael Niedermayer
On Thu, Apr 23, 2015 at 01:33:06PM +0200, wm4 wrote: > While I'm not sure why exactly sure why the old code could end up in the > wrong position, using the generic index code is much simpler and is > known to work correctly. > --- > A sample for testing can be produced with ffmpeg itself. > --- >

[FFmpeg-devel] [PATCH] avformat/wvdec: fix seeking

2015-04-23 Thread wm4
While I'm not sure why exactly sure why the old code could end up in the wrong position, using the generic index code is much simpler and is known to work correctly. --- A sample for testing can be produced with ffmpeg itself. --- libavformat/wvdec.c | 38 ++ 1