Fix the tests on the latest Debian
This commit is contained in:
parent
6d93cf9397
commit
618e0a8e39
@ -481,6 +481,8 @@ class TestCleaning(unittest.TestCase):
|
||||
'AverageBitrate': 465641,
|
||||
'BufferSize': 0,
|
||||
'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'],
|
||||
'ColorProfiles': 'nclx',
|
||||
'ColorPrimaries': 'BT.709',
|
||||
'ColorRepresentation': 'nclx 1 1 1',
|
||||
'CompressorID': 'avc1',
|
||||
'GraphicsMode': 'srcCopy',
|
||||
@ -488,6 +490,7 @@ class TestCleaning(unittest.TestCase):
|
||||
'HandlerType': 'Metadata',
|
||||
'HandlerVendorID': 'Apple',
|
||||
'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]',
|
||||
'MatrixCoefficients': 'BT.709',
|
||||
'MaxBitrate': 465641,
|
||||
'MediaDataOffset': 48,
|
||||
'MediaDataSize': 379872,
|
||||
@ -501,7 +504,9 @@ class TestCleaning(unittest.TestCase):
|
||||
'TimeScale': 1000,
|
||||
'TrackHeaderVersion': 0,
|
||||
'TrackID': 1,
|
||||
'TrackLayer': 0},
|
||||
'TrackLayer': 0,
|
||||
'TransferCharacteristics': 'BT.709',
|
||||
},
|
||||
},{
|
||||
'name': 'wmv',
|
||||
'ffmpeg': 1,
|
||||
|
Loading…
Reference in New Issue
Block a user