Skip to content

Commit 0eef68a

Browse files
author
Molly Xu
committed
fix merge error
1 parent 5893519 commit 0eef68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_encoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def test_round_trip(self, tmp_path, format, method):
946946
def test_against_to_file(self, tmp_path, format, method):
947947
# Test that to_file, to_tensor, and to_file_like produce the same results
948948
source_frames, frame_rate = self.decode_and_get_frame_rate(TEST_SRC_2_720P.path)
949-
encoder = VideoEncoder(frames=source_frames, frame_rate=30)
949+
encoder = VideoEncoder(frames=source_frames, frame_rate=frame_rate)
950950

951951
encoded_file = tmp_path / f"output.{format}"
952952
encoder.to_file(dest=encoded_file, crf=0)

0 commit comments

Comments
 (0)