From 618e0a8e3984fd534b95ef3dbdcb8a76502c90b5 Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Sun, 9 Oct 2022 21:19:38 +0200
Subject: [PATCH] Fix the tests on the latest Debian

---
 tests/test_libmat2.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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):
                 '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,
-- 
GitLab