mirror of https://github.com/FFmpeg/FFmpeg.git
calls decode_rbsp_trailing() and therefore bit_length might get negative. Although the remaining code is able to handle a negative bit_length, avoid the calculation at all by setting bit_length to 0 for dst_length == 0. patch by Reinhard Nissl, rnissl gmx de Originally committed as revision 8690 to svn://svn.ffmpeg.org/ffmpeg/trunkpull/126/head
parent
6ac9696e77
commit
ad1ea1f155
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue