We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af30b3d commit f3c7c3dCopy full SHA for f3c7c3d
1 file changed
av/video/reformatter.pyx
@@ -139,9 +139,6 @@ cdef class VideoReformatter:
139
):
140
return frame
141
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
145
with nogil:
146
self.ptr = lib.sws_getCachedContext(
147
self.ptr,
0 commit comments