From 62ae796268be57a611c09ca33b7c3fbd51ea16a4 Mon Sep 17 00:00:00 2001 From: Bashamega Date: Sat, 27 Dec 2025 17:54:23 +0200 Subject: [PATCH] Migrate VideoEncoderConfig --- inputfiles/patches/webcodecs.kdl | 4 ++++ inputfiles/removedTypes.jsonc | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/inputfiles/patches/webcodecs.kdl b/inputfiles/patches/webcodecs.kdl index d5f7aa93c..d8bb0f094 100644 --- a/inputfiles/patches/webcodecs.kdl +++ b/inputfiles/patches/webcodecs.kdl @@ -58,4 +58,8 @@ removals { member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata() member rotation // Blink only as of 2025-12 } + + dictionary VideoEncoderConfig { + member hevc // Blink only as of 2025-12 + } } diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index 66e382e56..a01b6d0de 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -254,13 +254,6 @@ } } }, - "VideoEncoderConfig": { - "members": { - "member": { - "hevc": null // Blink only as of 2025-05 - } - } - }, "VideoEncoderEncodeOptions": { "members": { "member": {