Re: [FFmpeg-devel] [PATCH 2/3] cafdec: prevent overflow during bit rate calculation

2016-12-14 Thread Andreas Cadhalpun
On 14.12.2016 13:36, Michael Niedermayer wrote: > On Wed, Dec 14, 2016 at 01:58:17AM +0100, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/cafdec.c | 9 +++-- >> 1 file changed, 7 insertions(+), 2 deletions(-) > > probably ok Pushed. Best regards, Andrea

Re: [FFmpeg-devel] [PATCH 2/3] cafdec: prevent overflow during bit rate calculation

2016-12-14 Thread Michael Niedermayer
On Wed, Dec 14, 2016 at 01:58:17AM +0100, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavformat/cafdec.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) probably ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Thos

[FFmpeg-devel] [PATCH 2/3] cafdec: prevent overflow during bit rate calculation

2016-12-13 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/cafdec.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c index 1c4ca40..0e6179a 100644 --- a/libavformat/cafdec.c +++ b/libavformat/cafdec.c @@ -323,8 +323,13 @@ static int re