Skip to content

Commit d7af7e0

Browse files
author
Daniel Flores
committed
crf default
1 parent 80948f5 commit d7af7e0

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
@@ -230,7 +230,7 @@ def encode_video_to_file_abstract(
230230
frames: torch.Tensor,
231231
frame_rate: int,
232232
filename: str,
233-
crf: Optional[int],
233+
crf: Optional[int] = None,
234234
) -> None:
235235
return
236236

0 commit comments

Comments
 (0)