Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
618e0a8e
Commit
618e0a8e
authored
Oct 09, 2022
by
jvoisin
Browse files
Fix the tests on the latest Debian
parent
6d93cf93
Pipeline
#116445
failed with stages
in 40 seconds
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
tests/test_libmat2.py
View file @
618e0a8e
...
...
@@ -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
,
...
...
jvoisin
@jvoisin
mentioned in issue
#178 (closed)
·
Oct 09, 2022
mentioned in issue
#178 (closed)
mentioned in issue #178
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment