diff --git a/README.chromium b/README.chromium index 7b45fc3ab..09108862b 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1246 +Version: 1247 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 59bde7279..2ed7931ed 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1246 +#define LIBYUV_VERSION 1247 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_win.cc b/source/row_win.cc index 8fbf8a31a..4b09d7598 100644 --- a/source/row_win.cc +++ b/source/row_win.cc @@ -2310,7 +2310,7 @@ void YToARGBRow_SSE2(const uint8* y_buf, __asm { pcmpeqb xmm4, xmm4 // generate mask 0xff000000 pslld xmm4, 24 - mov eax, 0x04a804a8 // 04a8 = 1192 = round(1.164 * 64 * 16) + mov eax, 0x04ad04ad // 04ad = 1197 = round(1.164 * 64 * 16) movd xmm3, eax pshufd xmm3, xmm3, 0 mov eax, 0x4a7f4a7f // 4a7f = 19071 = round(1.164 * 64 * 256)