mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 06:30:06 +00:00
document pointer offset by -8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23603 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f8fb16fc31
commit
a143e429a1
@ -476,7 +476,7 @@ DEFUN(uyvytoyv12, mL3, (const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8
|
||||
|
||||
r1 = [fp + ARG_srcStride];
|
||||
r2 = r0 + r1;
|
||||
r1 += -8;
|
||||
r1 += -8; // i0,i1 is pre read need to correct
|
||||
m0 = r1;
|
||||
|
||||
i0 = r0; // uyvy_T even
|
||||
|
Loading…
Reference in New Issue
Block a user