Re: [FFmpeg-devel] [PATCH 2/6] avformat/mp3dec: use the common mechanism for skipping samples

2015-04-22 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 12:24:37PM +0200, wm4 wrote: > The mp2 seek test results change. Whether to skip samples if the file > had no LAME gapless tags was inconsistent. When seeking to the start > of the file, 529 samples were skipped, but when playing from start, > nothing was skipped. This commi

[FFmpeg-devel] [PATCH 2/6] avformat/mp3dec: use the common mechanism for skipping samples

2015-04-22 Thread wm4
The mp2 seek test results change. Whether to skip samples if the file had no LAME gapless tags was inconsistent. When seeking to the start of the file, 529 samples were skipped, but when playing from start, nothing was skipped. This commit changes the behavior on seek to skip nothing. --- libavfor