diff options
author | Andreas Cadhalpun <[email protected]> | 2015-05-04 21:07:52 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-05-04 21:11:19 +0200 |
commit | 0eec40b713eee84e2aec8af35ccce059817cad2a (patch) | |
tree | d3e379b75ce420389be15f2e47bb7c21b2eb41c3 /doc/APIchanges | |
parent | 783e94cb119052722d38df0efa248fecc53508ab (diff) |
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 <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'doc/APIchanges')
0 files changed, 0 insertions, 0 deletions