Skip to content

Commit fbf7575

Browse files
committed
remove fromm ops.py?
1 parent 9304540 commit fbf7575

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/torchcodec/_core/ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ def _add_video_stream_abstract(
385385
stream_index: Optional[int] = None,
386386
device: str = "cpu",
387387
device_variant: str = "ffmpeg",
388-
transform_specs: str = "",
389388
custom_frame_mappings: Optional[
390389
tuple[torch.Tensor, torch.Tensor, torch.Tensor]
391390
] = None,
@@ -403,7 +402,6 @@ def add_video_stream_abstract(
403402
stream_index: Optional[int] = None,
404403
device: str = "cpu",
405404
device_variant: str = "ffmpeg",
406-
transform_specs: str = "",
407405
custom_frame_mappings: Optional[
408406
tuple[torch.Tensor, torch.Tensor, torch.Tensor]
409407
] = None,

0 commit comments

Comments
 (0)