summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2022-10-09 21:19:38 +0200
committerjvoisin2022-10-09 21:49:07 +0200
commit618e0a8e3984fd534b95ef3dbdcb8a76502c90b5 (patch)
tree0ee9fba2019c74749afe1907e723e3f3de3b5185
parent6d93cf9397479c03c8414a42521987249471975e (diff)
Fix the tests on the latest Debian
-rw-r--r--tests/test_libmat2.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py
index b32005f..b71f7c2 100644
--- a/tests/test_libmat2.py
+++ b/tests/test_libmat2.py
@@ -481,6 +481,8 @@ class TestCleaning(unittest.TestCase):
481 'AverageBitrate': 465641, 481 'AverageBitrate': 465641,
482 'BufferSize': 0, 482 'BufferSize': 0,
483 'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'], 483 'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'],
484 'ColorProfiles': 'nclx',
485 'ColorPrimaries': 'BT.709',
484 'ColorRepresentation': 'nclx 1 1 1', 486 'ColorRepresentation': 'nclx 1 1 1',
485 'CompressorID': 'avc1', 487 'CompressorID': 'avc1',
486 'GraphicsMode': 'srcCopy', 488 'GraphicsMode': 'srcCopy',
@@ -488,6 +490,7 @@ class TestCleaning(unittest.TestCase):
488 'HandlerType': 'Metadata', 490 'HandlerType': 'Metadata',
489 'HandlerVendorID': 'Apple', 491 'HandlerVendorID': 'Apple',
490 'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]', 492 'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]',
493 'MatrixCoefficients': 'BT.709',
491 'MaxBitrate': 465641, 494 'MaxBitrate': 465641,
492 'MediaDataOffset': 48, 495 'MediaDataOffset': 48,
493 'MediaDataSize': 379872, 496 'MediaDataSize': 379872,
@@ -501,7 +504,9 @@ class TestCleaning(unittest.TestCase):
501 'TimeScale': 1000, 504 'TimeScale': 1000,
502 'TrackHeaderVersion': 0, 505 'TrackHeaderVersion': 0,
503 'TrackID': 1, 506 'TrackID': 1,
504 'TrackLayer': 0}, 507 'TrackLayer': 0,
508 'TransferCharacteristics': 'BT.709',
509 },
505 },{ 510 },{
506 'name': 'wmv', 511 'name': 'wmv',
507 'ffmpeg': 1, 512 'ffmpeg': 1,