Re: [libav-devel] [PATCH] mpegaudio_parser: be less picky on the start position

2011-09-04 Thread Thierry Foucu
On Sun, Aug 28, 2011 at 12:18 PM, Luca Barbato wrote: > On 8/27/11 1:40 AM, Alex Converse wrote: > >> 2011/8/26 Måns Rullgård: >> [...] >> >>> >>> What effect does this change have and what, if anything, does it fix? >>> >>> >> It fixes duration/bitrate estimation for me: >> > > The question now

Re: [libav-devel] [PATCH] mpegaudio_parser: be less picky on the start position

2011-08-28 Thread Luca Barbato
On 8/27/11 1:40 AM, Alex Converse wrote: 2011/8/26 Måns Rullgård: [...] What effect does this change have and what, if anything, does it fix? It fixes duration/bitrate estimation for me: The question now is why 4 and not 6? lu ___ libav-devel ma

Re: [libav-devel] [PATCH] mpegaudio_parser: be less picky on the start position

2011-08-28 Thread Luca Barbato
On 8/27/11 12:56 AM, Alex Converse wrote: From: Michael Niedermayer Signed-off-by: Michael Niedermayer (cherry picked from commit b37dfe181cc34ea76155cf449d168c385f32f061) Signed-off-by: Alex Converse --- libavcodec/mpegaudio_parser.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions

Re: [libav-devel] [PATCH] mpegaudio_parser: be less picky on the start position

2011-08-26 Thread Alex Converse
2011/8/26 Måns Rullgård : [...] > > What effect does this change have and what, if anything, does it fix? > It fixes duration/bitrate estimation for me: before: built on Aug 26 2011 16:33:59 with clang 2.9 (tags/RELEASE_29/final) configuration: --enable-gpl --enable-libvorbis --enable-libmp3

Re: [libav-devel] [PATCH] mpegaudio_parser: be less picky on the start position

2011-08-26 Thread Måns Rullgård
Alex Converse writes: > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > (cherry picked from commit b37dfe181cc34ea76155cf449d168c385f32f061) > > Signed-off-by: Alex Converse > --- > libavcodec/mpegaudio_parser.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-)

[libav-devel] [PATCH] mpegaudio_parser: be less picky on the start position

2011-08-26 Thread Alex Converse
From: Michael Niedermayer Signed-off-by: Michael Niedermayer (cherry picked from commit b37dfe181cc34ea76155cf449d168c385f32f061) Signed-off-by: Alex Converse --- libavcodec/mpegaudio_parser.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libavcodec/mpegaudio_pars