android-ndk-gif
android-ndk-gif copied to clipboard
each frame delay not correct
delay is faster between each frame by using Gifdecoder.decode.delay(index) try out this gif http://cdn.appcloudbox.net/keyboardarts/download/stickers/LoveGif/LoveGif/LoveGif-06.gif
I checked the delay field in the gif file. The delay value was stored as zero. As the link below, images with delays less than 100 ms are processed by most players to 100 ms.
http://forums.mozillazine.org/viewtopic.php?t=108528
ah thats the problem, i checked the delay and set it to 100ms when its zero. thanks man