mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 17:33:08 +03:00
_min_frame is already zero
This commit is contained in:
parent
0bf71a44ce
commit
eb8bc46269
|
@ -410,7 +410,6 @@ class AniImageFile(ImageFile.ImageFile):
|
|||
self.info["frames"] = self.ani.anih["nFrames"]
|
||||
|
||||
self.frame = 0
|
||||
self._min_frame = 0
|
||||
self.seek(0)
|
||||
self.size = self.im.size
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user