Loading media/libstagefright/codecs/amrwbenc/src/util.c +2 −4 Original line number Diff line number Diff line Loading @@ -60,13 +60,11 @@ void Copy( *y++ = temp1; } num = (Word32)(L>>1); do{ temp1 = *x++; temp2 = *x++; do{ *y++ = temp1; *y++ = temp2; temp1 = *x++; temp2 = *x++; }while(--num!=0); } Loading Loading
media/libstagefright/codecs/amrwbenc/src/util.c +2 −4 Original line number Diff line number Diff line Loading @@ -60,13 +60,11 @@ void Copy( *y++ = temp1; } num = (Word32)(L>>1); do{ temp1 = *x++; temp2 = *x++; do{ *y++ = temp1; *y++ = temp2; temp1 = *x++; temp2 = *x++; }while(--num!=0); } Loading