From 008e7db843add5bf26ba487174b057cc2166f912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Fri, 1 Sep 2023 22:24:23 +0200 Subject: TOOLS/matroska.py: add PixelCrop* elements --- TOOLS/matroska.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TOOLS') diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py index e715c229df..f10107e036 100755 --- a/TOOLS/matroska.py +++ b/TOOLS/matroska.py @@ -105,6 +105,10 @@ elements_matroska = ( 'DisplayWidth, 54b0, uint', 'DisplayHeight, 54ba, uint', 'DisplayUnit, 54b2, uint', + 'PixelCropTop, 54bb, uint', + 'PixelCropLeft, 54cc, uint', + 'PixelCropRight, 54dd, uint', + 'PixelCropBottom, 54aa, uint', 'FrameRate, 2383e3, float', 'ColourSpace, 2eb524, binary', 'StereoMode, 53b8, uint', -- cgit v1.2.3