File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16201620 |output|. Initialize |outputConfig| as follows:
16211621 1. Assign `encoderConfig.codec` to `outputConfig.codec`.
16221622 2. Assign `encoderConfig.width` to
1623- `outputConfig.visibleRect.width `.
1623+ `outputConfig.codedWidth `.
16241624 3. Assign `encoderConfig.height` to
1625- `outputConfig.visibleRect.height `.
1625+ `outputConfig.codedHeight `.
16261626 4. Assign `encoderConfig.displayWidth` to
1627- `outputConfig.displayWidth `.
1627+ `outputConfig.displayAspectWidth `.
16281628 5. Assign `encoderConfig.displayHeight` to
1629- `outputConfig.displayHeight `.
1629+ `outputConfig.displayAspectHeight `.
16301630 6. Assign the remaining keys of `outputConfig` as determined by
16311631 {{VideoEncoder/[[codec implementation]]}}. The User Agent
16321632 < em class ="rfc2119 "> MUST</ em > ensure that the configuration is
You can’t perform that action at this time.
0 commit comments