Skip to content

Commit

Permalink
Removed outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlai authored and WyattBlue committed Dec 25, 2024
1 parent af30b3d commit f3c7c3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions av/video/reformatter.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f3c7c3d

Please # to comment.