Skip to content

Commit 8c4ae8a

Browse files
author
Daniel Flores
committed
crf default
1 parent 397cf6e commit 8c4ae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def encode_video_to_file_abstract(
244244
frames: torch.Tensor,
245245
frame_rate: int,
246246
filename: str,
247-
crf: Optional[int],
247+
crf: Optional[int] = None,
248248
) -> None:
249249
return
250250

0 commit comments

Comments
 (0)