We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63504c commit 26ed10eCopy full SHA for 26ed10e
test/test_ops.py
@@ -1375,6 +1375,8 @@ def get_encoded_data(self):
1375
1376
def test_to_file_like_real_file(self, tmp_path):
1377
"""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")
1380
source_frames = self.decode(TEST_SRC_2_720P.path).data
1381
file_path = tmp_path / "test_file_like.mp4"
1382
0 commit comments