Re: [FFmpeg-devel] [PATCH 3/6] avformat/mp3dec: allow enabling generic seek mode

2015-04-22 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 12:24:38PM +0200, wm4 wrote: > "-usetoc 2" now invokes the generic seek and indexing mode. This mode > skips data until the seek target is reached, and this is exact. It also > makes gapless audio actually work if a seek past the start of the file > is involved. > > Change

[FFmpeg-devel] [PATCH 3/6] avformat/mp3dec: allow enabling generic seek mode

2015-04-22 Thread wm4
"-usetoc 2" now invokes the generic seek and indexing mode. This mode skips data until the seek target is reached, and this is exact. It also makes gapless audio actually work if a seek past the start of the file is involved. Change the fate-gapless-mp3 test to use the new mode, and move the old o