mirror of https://github.com/FFmpeg/FFmpeg.git
some bitstream have trailing junk, despite being valid webp data. In case of apparent error, abort the loop and let *got_frame decide whether this is an error or not. fixes trac #8107 (/#7612) Another possibility would be turning the loop into: while (!*got_frame) {...} Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/322/head
parent
3740bdee77
commit
857fd2ad99
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue