提交 69a6db95 编写于 作者: M Marc Hoffman

document pointer offset by -8

Originally committed as revision 23603 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
上级 e9d4375f
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册