Skip to content

Commit

Permalink
python-codecs: todo remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Nov 9, 2023
1 parent 3244956 commit 1cf0327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/python-codecs/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async def generateVideoFrames(
self,
mediaObject: scrypted_sdk.MediaObject,
options: scrypted_sdk.VideoFrameGeneratorOptions = None,
# todo remove
filter: Any = None,
) -> scrypted_sdk.VideoFrame:
forked: CodecFork = await self.zygote().result
Expand All @@ -52,6 +53,7 @@ async def generateVideoFrames(
self,
mediaObject: scrypted_sdk.MediaObject,
options: scrypted_sdk.VideoFrameGeneratorOptions = None,
# todo remove
filter: Any = None,
) -> scrypted_sdk.VideoFrame:
start = time.time()
Expand Down

0 comments on commit 1cf0327

Please sign in to comment.