Re: [FFmpeg-devel] [PATCH 2/3] avformat: fix overflows during bit rate calculation

2016-12-13 Thread Andreas Cadhalpun
On 13.12.2016 08:14, Paul B Mahol wrote: > On 12/13/16, Andreas Cadhalpun wrote: >> The bit_rate field has type int64_t since commit >> 7404f3bdb90e6a5dcb59bc0a091e2c5c038e557d. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/adxdec.c | 2 +- >> libavformat/aiffdec.c

Re: [FFmpeg-devel] [PATCH 2/3] avformat: fix overflows during bit rate calculation

2016-12-12 Thread Paul B Mahol
On 12/13/16, Andreas Cadhalpun wrote: > The bit_rate field has type int64_t since commit > 7404f3bdb90e6a5dcb59bc0a091e2c5c038e557d. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/adxdec.c | 2 +- > libavformat/aiffdec.c| 4 ++-- > libavformat/apc.c| 2 +- >

[FFmpeg-devel] [PATCH 2/3] avformat: fix overflows during bit rate calculation

2016-12-12 Thread Andreas Cadhalpun
The bit_rate field has type int64_t since commit 7404f3bdb90e6a5dcb59bc0a091e2c5c038e557d. Signed-off-by: Andreas Cadhalpun --- libavformat/adxdec.c | 2 +- libavformat/aiffdec.c| 4 ++-- libavformat/apc.c| 2 +- libavformat/bfi.c| 2 +- libavformat/electr