In libyuv, in convert_jpeg.cc, MJPGToI420() doesn't check any of the ret return
values from DecodeToCallback() calls, and will return success even if they fail.
Probably instead of the final "return 0;" it should be "return ret ? 0 : 1;"
Original issue reported on code.google.com by fbarch...@google.com on 28 Jan 2014 at 2:01
Original issue reported on code.google.com by
fbarch...@google.com
on 28 Jan 2014 at 2:01