Skip to content

Commit 4d483cb

Browse files
committed
Revert "Add screen content coding tools as an encoder configuration option"
This reverts commits: b35c6a3 29f1a8a Related issue: w3c#646
1 parent 1203950 commit 4d483cb

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

av1_codec_registration.src.html

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -75,47 +75,6 @@
7575
contain a frame with a `frame_type` of `KEY_FRAME` as defined in Section
7676
6.8.2 of [[AV1]].
7777

78-
VideoEncoderConfig extensions {#videoencoderconfig-extensions}
79-
==============================================================
80-
81-
<pre class='idl'>
82-
<xmp>
83-
partial dictionary VideoEncoderConfig {
84-
AV1EncoderConfig av1;
85-
};
86-
</xmp>
87-
</pre>
88-
89-
<dl>
90-
<dt><dfn dict-member for=VideoEncoderConfig>av1</dfn></dt>
91-
<dd>
92-
Contains codec specific configuration options for the AV1 codec.
93-
</dd>
94-
</dl>
95-
96-
AV1EncoderConfig {#av1-encoder-config}
97-
--------------------------------------
98-
<pre class='idl'>
99-
<xmp>
100-
dictionary AV1EncoderConfig {
101-
boolean forceScreenContentTools = false;
102-
};
103-
</xmp>
104-
</pre>
105-
106-
<dl>
107-
<dt><dfn dict-member for=AV1EncoderConfig>forceScreenContentTools</dfn></dt>
108-
<dd>
109-
Indicates whether the encoder should force use of screen content
110-
coding tools. The default value (false) indicates that use of
111-
screen content coding tools is not forced. A value of true
112-
(corresponding to setting seq_force_screen_content_tools
113-
to SELECT_SCREEN_CONTENT_TOOLS in Section 5.5.1
114-
of [[AV1]]) indicates that use of screen content coding tools
115-
is forced.
116-
</dd>
117-
</dl>
118-
11978
VideoEncoderEncodeOptions extensions {#videoencoderencodeoptions-extensions}
12079
==============================================================
12180

0 commit comments

Comments
 (0)