From e693765d23a4c38eb6a0caca6ecbc627495b9877 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:33:27 +0100 Subject: [PATCH] Fix failing test --- test/node/mpeg-ts-demuxing.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/node/mpeg-ts-demuxing.test.ts b/test/node/mpeg-ts-demuxing.test.ts index e2a6a99..62349b9 100644 --- a/test/node/mpeg-ts-demuxing.test.ts +++ b/test/node/mpeg-ts-demuxing.test.ts @@ -46,8 +46,6 @@ test('MPEG-TS metadata reading', async () => { codec: 'avc1.640020', codedWidth: 720, codedHeight: 720, - displayAspectWidth: 720, - displayAspectHeight: 720, colorSpace: { primaries: 'bt2020', transfer: 'hlg', @@ -561,8 +559,6 @@ test('MPEG-TS with HEVC video', async () => { codec: 'hev1.1.6.L120.90', codedWidth: 1920, codedHeight: 1080, - displayAspectWidth: 1920, - displayAspectHeight: 1080, colorSpace: { primaries: 'bt709', transfer: 'bt709',