raster pushed a commit to branch efl-1.10.

http://git.enlightenment.org/core/efl.git/commit/?id=0a345eea634fbf18dedc644bb199e30c8ec878c9

commit 0a345eea634fbf18dedc644bb199e30c8ec878c9
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu May 29 14:21:54 2014 +0900

    Revert "Evas: gif decoding bug fix"
    
    This reverts commit 96f9353f4c951dd5dd41a687e272ffe1c28bb9ba.
    
    This breaks gif playing BAAAADLY!
---
 src/modules/evas/loaders/gif/evas_image_load_gif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/loaders/gif/evas_image_load_gif.c 
b/src/modules/evas/loaders/gif/evas_image_load_gif.c
index 29ead8e..3f6fbdb 100644
--- a/src/modules/evas/loaders/gif/evas_image_load_gif.c
+++ b/src/modules/evas/loaders/gif/evas_image_load_gif.c
@@ -753,9 +753,9 @@ open_file:
                        DGifGetCodeNext(gif, &img);
                     }
                }
+             imgnum++;
              // if we found the image we wanted - get out of here
              if (imgnum >= index) break;
-             imgnum++;
           }
      }
    while (rec != TERMINATE_RECORD_TYPE);

-- 


Reply via email to