Commit a488b51b authored by mhoffman's avatar mhoffman

document pointer offset by -8

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23603 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 8f9f92cc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment