Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
gnattu
2024-08-10 17:51:44 +08:00
committed by GitHub
parent 62b44d218c
commit 66e5ce330f
+4 -4
View File
@@ -1289,10 +1289,10 @@ export default function (options) {
Codec: 'h264',
Conditions: [
{
Condition: 'EqualsAny',
Property: 'VideoProfile',
Value: h264Profiles + '|high 10',
IsRequired: false
Condition: 'EqualsAny',
Property: 'VideoProfile',
Value: h264Profiles + '|high 10',
IsRequired: false
}
]
});