mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Fix failing test
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user