1
0
Fork 0

Fix the tests on the latest Debian

This commit is contained in:
jvoisin 2022-10-09 21:19:38 +02:00
parent 6d93cf9397
commit 618e0a8e39
1 changed files with 6 additions and 1 deletions

View File

@ -481,6 +481,8 @@ class TestCleaning(unittest.TestCase):
'AverageBitrate': 465641, 'AverageBitrate': 465641,
'BufferSize': 0, 'BufferSize': 0,
'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'], 'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'],
'ColorProfiles': 'nclx',
'ColorPrimaries': 'BT.709',
'ColorRepresentation': 'nclx 1 1 1', 'ColorRepresentation': 'nclx 1 1 1',
'CompressorID': 'avc1', 'CompressorID': 'avc1',
'GraphicsMode': 'srcCopy', 'GraphicsMode': 'srcCopy',
@ -488,6 +490,7 @@ class TestCleaning(unittest.TestCase):
'HandlerType': 'Metadata', 'HandlerType': 'Metadata',
'HandlerVendorID': 'Apple', 'HandlerVendorID': 'Apple',
'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]', 'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]',
'MatrixCoefficients': 'BT.709',
'MaxBitrate': 465641, 'MaxBitrate': 465641,
'MediaDataOffset': 48, 'MediaDataOffset': 48,
'MediaDataSize': 379872, 'MediaDataSize': 379872,
@ -501,7 +504,9 @@ class TestCleaning(unittest.TestCase):
'TimeScale': 1000, 'TimeScale': 1000,
'TrackHeaderVersion': 0, 'TrackHeaderVersion': 0,
'TrackID': 1, 'TrackID': 1,
'TrackLayer': 0}, 'TrackLayer': 0,
'TransferCharacteristics': 'BT.709',
},
},{ },{
'name': 'wmv', 'name': 'wmv',
'ffmpeg': 1, 'ffmpeg': 1,