Skip to content

Commit 201ebfb

Browse files
author
Dan-Flores
committed
Merge branch 'vid_encoder_python' of https://github.com/Dan-Flores/torchcodec into vid_encoder_python
2 parents ee2285e + 8e03705 commit 201ebfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,8 @@ def get_encoded_data(self):
13751375

13761376
def test_to_file_like_real_file(self, tmp_path):
13771377
"""Test to_file_like with a real file opened in binary write mode."""
1378+
if get_ffmpeg_major_version() == 6:
1379+
pytest.skip("Skipping round trip test for FFmpeg 6")
13781380
source_frames = self.decode(TEST_SRC_2_720P.path).data
13791381
file_path = tmp_path / "test_file_like.mp4"
13801382

0 commit comments

Comments
 (0)