Skip to content

Commit 6d8d4bc

Browse files
committed
Fix docs
1 parent bd2be44 commit 6d8d4bc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/torchcodec/encoders/_multi_stream_encoder.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ def add_video(
116116
width (int): The width of the **input** video frames.
117117
frame_rate (float): The frame rate of the **input** video frames.
118118
Also defines the encoded **output** frame rate.
119-
device (str, optional):
120-
121119
device (str or torch.device, optional): The device to use for
122120
encoding, e.g. ``"cpu"`` or ``"cuda"``. If ``None`` (default), uses
123121
the current default device.

0 commit comments

Comments
 (0)