Skip to content

Commit d33d388

Browse files
authored
Update index.bs
1 parent 36c965e commit d33d388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ The <dfn>generate key frame algorithm</dfn>, given |promise|, |encoder| and |rid
423423
1. Create a pending key frame task called |task| with |task|.`[[rid]]` set to rid and |task|.`[[promise]]`| set to |promise|.
424424
1. If |encoder|.`[[pendingKeyFrameTasks]]` is undefined, initialize |encoder|.`[[pendingKeyFrameTasks]]` to an empty set.
425425
1. Let |shouldTriggerKeyFrame| be <code>true</code> if |encoder|.`[[pendingKeyFrameTasks]]` contains a task whose `[[rid]]`
426-
value which is equal to |rid|, and <code>false</code> otherwise.
426+
value is equal to |rid|, and <code>false</code> otherwise.
427427
1. Add |task| to |encoder|.`[[pendingKeyFrameTasks]]`.
428428
1. If |shouldTriggerKeyFrame| is <code>true</code>, instruct |videoEncoder| to generate a key frame for the next provided video frame.
429429

0 commit comments

Comments
 (0)