mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-02-05 14:59:32 +03:00
Fixed typo
This commit is contained in:
parent
099048b874
commit
ff0d3b4ea2
|
|
@ -90,7 +90,7 @@ class JpegXlImageFile(ImageFile.ImageFile):
|
|||
# libjxl said this frame is the last one
|
||||
self.n_frames = self.__physical_frame
|
||||
|
||||
# duration in miliseconds
|
||||
# duration in milliseconds
|
||||
duration = 1000 * tps_duration * (1 / self._tps_dur_secs)
|
||||
timestamp = self.__timestamp
|
||||
self.__timestamp += duration
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user