Skip to content

Commit f3c7c3d

Browse files
matthewlaiWyattBlue
authored andcommitted
Removed outdated comment
1 parent af30b3d commit f3c7c3d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

av/video/reformatter.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ cdef class VideoReformatter:
139139
):
140140
return frame
141141

142-
# Try and reuse existing SwsContextProxy
143-
# VideoStream.decode will copy its SwsContextProxy to VideoFrame
144-
# So all Video frames from the same VideoStream should have the same one
145142
with nogil:
146143
self.ptr = lib.sws_getCachedContext(
147144
self.ptr,

0 commit comments

Comments
 (0)