summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webcodecs/video_encoder_init.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webcodecs/video_encoder_init.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/webcodecs/video_encoder_init.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webcodecs/video_encoder_init.idl b/chromium/third_party/blink/renderer/modules/webcodecs/video_encoder_init.idl
index 83ec4c88cb7..1e4e69c89dd 100644
--- a/chromium/third_party/blink/renderer/modules/webcodecs/video_encoder_init.idl
+++ b/chromium/third_party/blink/renderer/modules/webcodecs/video_encoder_init.idl
@@ -5,11 +5,6 @@
// https://github.com/WICG/web-codecs
dictionary VideoEncoderInit {
- required DOMString codec;
- DOMString profile;
-
- required VideoEncoderTuneOptions tuneOptions;
-
// Called whenever there is a new encoded video chunk available.
required VideoEncoderOutputCallback output;