diff --git a/README.chromium b/README.chromium index 3fcc1bf8d..655c6fdcc 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1077 +Version: 1082 License: BSD License File: LICENSE diff --git a/include/libyuv/scale.h b/include/libyuv/scale.h index a3bc07e0f..102158d1a 100644 --- a/include/libyuv/scale.h +++ b/include/libyuv/scale.h @@ -34,6 +34,7 @@ void ScalePlane(const uint8* src, int src_stride, int dst_width, int dst_height, enum FilterMode filtering); +LIBYUV_API void ScalePlane_16(const uint16* src, int src_stride, int src_width, int src_height, uint16* dst, int dst_stride, diff --git a/include/libyuv/version.h b/include/libyuv/version.h index f1b464a32..e7d103e8a 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 1077 +#define LIBYUV_VERSION 1082 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT