File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 98
98
< xmp >
99
99
dictionary VideoEncoderEncodeOptionsForAv1 {
100
100
unsigned short? quantizer;
101
+ boolean forceScreenContentTools = false;
101
102
};
102
103
</ xmp >
103
104
</ pre >
110
111
</ dd >
111
112
</ dl >
112
113
114
+ < dl >
115
+ < dt > < dfn dict-member for =VideoEncoderEncodeOptionsForAv1 > forceScreenContenttools</ dfn > </ dt >
116
+ < dd >
117
+ Indicates whether the encoder should force use of screen content
118
+ coding tools. The default value (false) indicates that use of
119
+ screen content coding tools is not forced. A value of true
120
+ (corresponding to setting seq_force_screen_content_tools
121
+ to SELECT_SCREEN_CONTENT_TOOLS in Section 5.5.1
122
+ of [[AV1]]) indicates that use of screen content coding tools
123
+ is forced.
124
+ </ dd >
125
+ </ dl >
126
+
113
127
Privacy Considerations {#privacy-considerations}
114
128
==========================================================================
115
129
You can’t perform that action at this time.
0 commit comments