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

2015-04-22 Thread wm4
On Wed, 22 Apr 2015 01:42:39 +0200 Michael Niedermayer wrote: > On Wed, Apr 22, 2015 at 01:09:26AM +0200, wm4 wrote: > > On Wed, 22 Apr 2015 00:48:30 +0200 > > Michael Niedermayer wrote: > > > > > On Tue, Apr 21, 2015 at 09:33:51PM +0200, wm4 wrote: > > > > --- > > > > Feel free to squash with

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

2015-04-21 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 01:09:26AM +0200, wm4 wrote: > On Wed, 22 Apr 2015 00:48:30 +0200 > Michael Niedermayer wrote: > > > On Tue, Apr 21, 2015 at 09:33:51PM +0200, wm4 wrote: > > > --- > > > Feel free to squash with the previous patch if it's too fine-grained. > > > --- > > > libavformat/mp3d

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

2015-04-21 Thread wm4
On Wed, 22 Apr 2015 00:48:30 +0200 Michael Niedermayer wrote: > On Tue, Apr 21, 2015 at 09:33:51PM +0200, wm4 wrote: > > --- > > Feel free to squash with the previous patch if it's too fine-grained. > > --- > > libavformat/mp3dec.c | 7 ++- > > 1 file changed, 2 insertions(+), 5 deletions(-)

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

2015-04-21 Thread Michael Niedermayer
On Tue, Apr 21, 2015 at 09:33:51PM +0200, wm4 wrote: > --- > Feel free to squash with the previous patch if it's too fine-grained. > --- > libavformat/mp3dec.c | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) this breaks fate-seek-acodec-mp2 [...] -- Michael GnuPG fingerprint:

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

2015-04-21 Thread wm4
--- Feel free to squash with the previous patch if it's too fine-grained. --- libavformat/mp3dec.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 0604e31..008cb23 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3de