Re: [FFmpeg-devel] [PATCH 2/3] aacsbr: ensure strictly monotone time borders

2015-12-10 Thread Andreas Cadhalpun
On 02.12.2015 20:57, Andreas Cadhalpun wrote: > On 08.11.2015 22:04, Andreas Cadhalpun wrote: >> This fixes a SIGFPE crash in the aac_fixed decoder. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/aacsbr_template.c | 4 ++-- >> 1 file changed, 2

Re: [FFmpeg-devel] [PATCH 2/3] aacsbr: ensure strictly monotone time borders

2015-12-02 Thread Andreas Cadhalpun
On 08.11.2015 22:04, Andreas Cadhalpun wrote: > This fixes a SIGFPE crash in the aac_fixed decoder. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/aacsbr_template.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 2/3] aacsbr: ensure strictly monotone time borders

2015-11-08 Thread Andreas Cadhalpun
This fixes a SIGFPE crash in the aac_fixed decoder. Signed-off-by: Andreas Cadhalpun --- libavcodec/aacsbr_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacsbr_template.c b/libavcodec/aacsbr_template.c index