On 08.11.2015 00:54, Michael Niedermayer wrote:
> On Sun, Nov 08, 2015 at 12:08:54AM +0100, Andreas Cadhalpun wrote:
>> Otherwise (0x2000, 1) + (0, 33) gives (0, 33), i.e. 1 + 0 = 0.
>>
>> This fixes a division by zero in the aac_fixed decoder.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>>
On Sun, Nov 08, 2015 at 12:08:54AM +0100, Andreas Cadhalpun wrote:
> Otherwise (0x2000, 1) + (0, 33) gives (0, 33), i.e. 1 + 0 = 0.
>
> This fixes a division by zero in the aac_fixed decoder.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavutil/softfloat.h | 4 +++-
> 1 file changed, 3 in
Otherwise (0x2000, 1) + (0, 33) gives (0, 33), i.e. 1 + 0 = 0.
This fixes a division by zero in the aac_fixed decoder.
Signed-off-by: Andreas Cadhalpun
---
libavutil/softfloat.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavutil/softfloat.h b/libavutil/softfloa