diff --git a/av/video/reformatter.pyx b/av/video/reformatter.pyx index 538cc4953..a0c576d12 100644 --- a/av/video/reformatter.pyx +++ b/av/video/reformatter.pyx @@ -139,9 +139,6 @@ cdef class VideoReformatter: ): return frame - # Try and reuse existing SwsContextProxy - # VideoStream.decode will copy its SwsContextProxy to VideoFrame - # So all Video frames from the same VideoStream should have the same one with nogil: self.ptr = lib.sws_getCachedContext( self.ptr,