Skip to content

Commit 48df4cf

Browse files
author
Daniel Flores
committed
remove positional arg
1 parent 3314678 commit 48df4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ def test_video_encoder_test_round_trip(self, tmp_path, format):
13191319

13201320
encoded_path = str(tmp_path / f"encoder_output.{format}")
13211321
frame_rate = 30 # Frame rate is fixed with num frames decoded
1322-
encode_video_to_file(source_frames, frame_rate, encoded_path, crf=0)
1322+
encode_video_to_file(source_frames, frame_rate, encoded_path, 0)
13231323
round_trip_frames = self.decode(encoded_path).data
13241324

13251325
# The output pixel format depends on the codecs available, and FFmpeg version.

0 commit comments

Comments
 (0)