File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5758
5758
metadata without further decoding, assign that to |timestamp|.
5759
5759
4. Otherwise, assign `0` to |timestamp|.
5760
5760
4. If {{ImageDecoder/[[encoded data]]}} contains orientation metadata
5761
- describe it as |rotation| and |flip|.
5761
+ describe it as |rotation| and |flip|, otherwise set |rotation| to 0
5762
+ and |flip| to false.
5762
5763
5. Assign {{ImageDecodeResult/image}} with the result of running the
5763
5764
[=Create a VideoFrame=] algorithm with |output|, |timestamp|,
5764
5765
|duration|, |rotation|, and |flip|.
5826
5827
metadata without further decoding, assign that to |timestamp|.
5827
5828
4. Otherwise, assign `0` to |timestamp|.
5828
5829
17. If {{ImageDecoder/[[encoded data]]}} contains orientation metadata
5829
- describe it as |rotation| and |flip|.
5830
+ describe it as |rotation| and |flip|, otherwise set |rotation| to 0
5831
+ and |flip| to false.
5830
5832
18. Assign {{ImageDecodeResult/image}} with the result of running the
5831
5833
[=Create a VideoFrame=] algorithm with |output|, |timestamp|,
5832
5834
|duration|, |rotation|, and |flip|.
You can’t perform that action at this time.
0 commit comments