Evas: gif decoding bug fix
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 25 Apr 2014 06:26:48 +0000 (15:26 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Fri, 25 Apr 2014 06:26:48 +0000 (15:26 +0900)
commit96f9353f4c951dd5dd41a687e272ffe1c28bb9ba
tree5bf05dabbd7815c9adbc92c06687a0ea9785da9f
parent785cdcf689c29f8ec64544c729b981c931bc5ed3
Evas: gif decoding bug fix

Gif decoder decodes prior frames sequentially to decode a specific frame.
The last frame of sequential decoding, which is the frame we want to decode,
remains un-decoded until the while loop stops.
The frame count should be incremented after the comparison statement.
src/modules/evas/loaders/gif/evas_image_load_gif.c