Re: [FFmpeg-devel] [PATCH] avcodec/mp3: fix skipping zeros

2015-09-30 Thread wm4
On Wed, 30 Sep 2015 15:41:04 +0200 Michael Niedermayer wrote: > On Wed, Sep 30, 2015 at 02:54:11PM +0200, wm4 wrote: > > Commits 43bc5cf9 and c5371f77 add code for skipping initial zeros in mp3 > > packets. (There are no explanations, no samples.) > > > > This code forgot to report to the user t

Re: [FFmpeg-devel] [PATCH] avcodec/mp3: fix skipping zeros

2015-09-30 Thread Michael Niedermayer
On Wed, Sep 30, 2015 at 02:54:11PM +0200, wm4 wrote: > Commits 43bc5cf9 and c5371f77 add code for skipping initial zeros in mp3 > packets. (There are no explanations, no samples.) > > This code forgot to report to the user that data was skipped at all. IT > should do this by adding the skipped amo

[FFmpeg-devel] [PATCH] avcodec/mp3: fix skipping zeros

2015-09-30 Thread wm4
Commits 43bc5cf9 and c5371f77 add code for skipping initial zeros in mp3 packets. (There are no explanations, no samples.) This code forgot to report to the user that data was skipped at all. IT should do this by adding the skipped amount of bytes to the amount of consumed bytes returned by the de