Browse Source

document pointer offset by -8

Originally committed as revision 23603 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Marc Hoffman 18 years ago
parent
commit
69a6db95ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/internal_bfin.S

+ 1
- 1
libswscale/internal_bfin.S View File

@@ -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…
Cancel
Save