FFmpeg/libavformat
Andreas Cadhalpun 0eec40b713 avidec: check for valid bit_rate range
If bit_rate is negative, it can trigger an av_assert2 in av_rescale_rnd.

Since av_rescale returns int64_t, but st->codec_bit_rate is int, it can
also overflow into a negative value.

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-04 21:11:19 +02:00
..
2015-04-07 22:50:07 +02:00
2015-03-27 18:29:46 +01:00
2015-03-06 21:35:00 +01:00
2015-02-26 02:06:10 +01:00
2015-03-26 03:10:27 +01:00
2015-05-02 12:03:48 +02:00
2015-01-30 09:33:49 +00:00
2015-02-15 18:20:54 +01:00
2015-01-18 00:36:56 +01:00
2015-04-23 12:56:31 +02:00
2015-02-01 20:00:10 +01:00
2015-03-27 18:29:46 +01:00
2015-03-27 18:29:46 +01:00
2015-04-23 13:55:55 +02:00
2015-01-11 00:35:01 +01:00
2015-01-11 00:35:01 +01:00
2015-04-24 03:43:56 +02:00
2015-04-11 13:51:03 +02:00