Re: [FFmpeg-devel] [PATCH 4/6] avformat/mp3dec: make generic index mode the default

2015-04-22 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 12:24:39PM +0200, wm4 wrote: > It's the most useful mode, because it seeks accurately, and does not > break features like gapless audio. > --- > libavformat/mp3dec.c | 2 +- > tests/fate/gapless.mak | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) applied than

[FFmpeg-devel] [PATCH 4/6] avformat/mp3dec: make generic index mode the default

2015-04-22 Thread wm4
It's the most useful mode, because it seeks accurately, and does not break features like gapless audio. --- libavformat/mp3dec.c | 2 +- tests/fate/gapless.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 8a4dfbd..a2d3df