Closed GoogleCodeExporter closed 9 years ago
In the file VideoSourceImage.java between revisions 159 and 160, the line: PreciseTimer.sleep(timestamp, delays.get(animatedIndex)); Has been changed to: Thread.sleep(1000); This makes GIF animations run at an incorrect timing. Tested changing that line to this and it works-for-me©: Thread.sleep(delays.get(animatedIndex));
Original issue reported on code.google.com by claudio....@gmail.com on 20 Sep 2011 at 7:19
claudio....@gmail.com
Oups, I forgot that test...
Original comment by patrick.balleux on 6 Oct 2011 at 1:59
patrick.balleux
Done
Original comment by patrick.balleux on 8 Oct 2011 at 4:34
Original issue reported on code.google.com by
claudio....@gmail.com
on 20 Sep 2011 at 7:19