From 9d21888d6630fc324367c1185cc0138582774c7b Mon Sep 17 00:00:00 2001 From: Matthew Lai Date: Wed, 25 Dec 2024 21:16:18 +0800 Subject: [PATCH] Removed outdated comment --- av/video/reformatter.pyx | 3 --- 1 file changed, 3 deletions(-) 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,