Fix merge edge cases

This commit is contained in:
henryruhs
2025-05-22 22:44:24 +02:00
parent 23343eaa76
commit 52000114ba
2 changed files with 6 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ def test_merge_video() -> None:
merge_set =\
[
(get_test_example_file('target-240p.mp4'), 'libx264'),
(get_test_example_file('target-240p.mp4'), 'libx265'),
(get_test_example_file('target-240p.mp4'), 'rawvideo'),
(get_test_example_file('target-240p.webm'), 'libx264')
]