Skip to content

Commit 58270fa

Browse files
committed
Fix misc whitespace issues
1 parent c7d1025 commit 58270fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.src.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,9 @@
20862086
Configures the encoder to use a {{BitrateMode/constant}} or
20872087
{{BitrateMode/variable}} bitrate as defined by [[MEDIASTREAM-RECORDING]].
20882088

2089-
NOTE: Not all audio codecs support specific {{BitrateMode}}s, Authors are encouraged to check by calling {{AudioEncoder/isConfigSupported()}} with |config|.
2089+
NOTE: Not all audio codecs support specific {{BitrateMode}}s, Authors are
2090+
encouraged to check by calling {{AudioEncoder/isConfigSupported()}} with
2091+
|config|.
20902092
</dd>
20912093
</dl>
20922094

@@ -3597,8 +3599,9 @@
35973599
10. Assign the result of running the [=VideoFrame/Pick Color Space=]
35983600
algorithm, with |colorSpace| and {{VideoFrame/[[format]]}}, to
35993601
{{VideoFrame/[[color space]]}}.
3600-
10. Assign the result of calling [=Copy VideoFrame metadata=]
3601-
with |init|'s {{VideoFrameInit/metadata}} to |frame|.{{VideoFrame/[[metadata]]}}.
3602+
11. Assign the result of calling [=Copy VideoFrame metadata=]
3603+
with |init|'s {{VideoFrameInit/metadata}} to
3604+
|frame|.{{VideoFrame/[[metadata]]}}.
36023605
22. Return |frame|.
36033606

36043607
### Attributes ###{#videoframe-attributes}

0 commit comments

Comments
 (0)