Revert "Evas: gif decoding bug fix"

This reverts commit 96f9353f4c.

This breaks gif playing BAAAADLY!
This commit is contained in:
Carsten Haitzler 2014-05-29 14:21:54 +09:00
parent 2d3ecfa20c
commit 20c350b9ef
1 changed files with 1 additions and 1 deletions

View File

@ -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);