diff --git a/av1_codec_registration.src.html b/av1_codec_registration.src.html
index 7f73ca66..a7a20662 100644
--- a/av1_codec_registration.src.html
+++ b/av1_codec_registration.src.html
@@ -73,6 +73,47 @@
contain a frame with a `frame_type` of `KEY_FRAME` as defined in Section
6.8.2 of [[AV1]].
+VideoEncoderConfig extensions {#videoencoderconfig-extensions}
+==============================================================
+
+
+
+partial dictionary VideoEncoderConfig {
+ AV1EncoderConfig av1;
+};
+
+
+
+
+ - av1
+ -
+ Contains codec specific configuration options for the AV1 codec.
+
+
+
+AV1EncoderConfig {#av1-encoder-config}
+--------------------------------------
+
+
+dictionary AV1EncoderConfig {
+ boolean forceScreenContentTools = false;
+};
+
+
+
+
+ - forceScreenContentTools
+ -
+ Indicates whether the encoder should force use of screen content
+ coding tools. The default value (false) indicates that use of
+ screen content coding tools is not forced. A value of true
+ (corresponding to setting seq_force_screen_content_tools
+ to SELECT_SCREEN_CONTENT_TOOLS in Section 5.5.1
+ of [[AV1]]) indicates that use of screen content coding tools
+ is forced.
+
+
+
Privacy Considerations {#privacy-considerations}
==========================================================================