What steps will reproduce the problem?
1. Only happens in the Nexus 4 device. (Android 4.3)
2. When taking a JPEG picture, the JPEG data is passed for decompression into
the method: decompress_jpeg_image_from_memory method
What is the expected output? What do you see instead?
Decoding fails. Debugging the library I've found that the error code is
"JPGD_UNEXPECTED_MARKER", and the marker itself that seems to make it fail is
"M_RST7"
Original issue reported on code.google.com by
sanchi...@gmail.comon 27 Jan 2014 at 5:44