mirror of https://github.com/FFmpeg/FFmpeg.git
When the file to decode contains a sequence of binary values like "1101110...", decode_frame() was reading the sequence of digits like a unique integer value, which was resulting in integer overflows. The change add support for parsing non-space-separated pixel digits for mono formats, in particular fix decoding of file battrace.pbm, and fix trac issue #154.pull/2/head
parent
b0e1d0d9ee
commit
4a745b4177
1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue