We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd13ab commit c7d1025Copy full SHA for c7d1025
index.src.html
@@ -3592,7 +3592,9 @@
3592
7. Let |colorSpace| be `undefined`.
3593
8. If |init|.{{VideoFrameBufferInit/colorSpace}} [=map/exists=], assign its
3594
value to |colorSpace|.
3595
- 9. Assign the result of running the [=VideoFrame/Pick Color Space=]
+ 9. Assign |init|'s {{VideoFrameBufferInit/format}} to
3596
+ {{VideoFrame/[[format]]}}.
3597
+ 10. Assign the result of running the [=VideoFrame/Pick Color Space=]
3598
algorithm, with |colorSpace| and {{VideoFrame/[[format]]}}, to
3599
{{VideoFrame/[[color space]]}}.
3600
10. Assign the result of calling [=Copy VideoFrame metadata=]
0 commit comments