soft-matter / pims

Python Image Sequence: Load video and sequential images in many formats with a simple, consistent interface.
http://soft-matter.github.io/pims/
Other
259 stars 67 forks source link

FIX: PyAVReaderTimed.close does not close container #447

Open EitanHemed opened 1 year ago

EitanHemed commented 1 year ago

This comes to fix #446 - PyAVReaderTimed._container was not closing upon calling PyAVReaderTimed.close(). This allows for also existing context (with) properly. Cached frames are still available.