Skip to content

Commit fc3f455

Browse files
author
chai51
committed
Fix OutV set FrameStore
1 parent 5e04f3f commit fc3f455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31759,7 +31759,7 @@ <h4 id="intermediate-output-preparation-process">Intermediate output preparation
3175931759
<li>
3176031760
<p>The array OutV is (w + subX) &gt;&gt; subX samples across by (h + subY) &gt;&gt; subY
3176131761
samples down and the sample at location x samples across and y samples
31762-
down is given by OutV[ y ][ x ] = FrameStore[ frame_to_show_map_idx ][ 2 ][ x ][ y ]
31762+
down is given by OutV[ y ][ x ] = FrameStore[ frame_to_show_map_idx ][ 2 ][ y ][ x ]
3176331763
with x = 0..((w + subX) &gt;&gt; subX) - 1 and y = 0..((h + subY) &gt;&gt; subY) - 1.</p>
3176431764
</li>
3176531765
<li>

0 commit comments

Comments
 (0)