diff --git a/README.chromium b/README.chromium index dbbf4cc76..ab4efe1e1 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 243 +Version: 245 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 90b99ec4c..c3a9f8282 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,7 +11,7 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 243 +#define LIBYUV_VERSION 245 #endif // INCLUDE_LIBYUV_VERSION_H_ diff --git a/source/row_win.cc b/source/row_win.cc index a140fce5f..6e9fd8f20 100644 --- a/source/row_win.cc +++ b/source/row_win.cc @@ -2347,6 +2347,7 @@ static const uvec8 kShuffleAlpha1 = { }; __declspec(naked) __declspec(align(16)) void ARGBAttenuateRow_SSSE3(const uint8* src_argb, uint8* dst_argb, int width) { + __asm { mov eax, [esp + 4] // src_argb0 mov edx, [esp + 8] // dst_argb mov ecx, [esp + 12] // width