diff --git a/README.chromium b/README.chromium index 4a6830aa1..0aac5acc8 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1746 +Version: 1747 License: BSD License File: LICENSE diff --git a/include/libyuv/convert.h b/include/libyuv/convert.h index 509f034f2..f05a928bd 100644 --- a/include/libyuv/convert.h +++ b/include/libyuv/convert.h @@ -427,7 +427,6 @@ int RAWToJ400(const uint8_t* src_raw, int width, int height); -#ifdef HAVE_JPEG // src_width/height provided by capture. // dst_width/height for clipping determine final size. LIBYUV_API @@ -463,7 +462,6 @@ int MJPGSize(const uint8_t* sample, size_t sample_size, int* width, int* height); -#endif // Convert camera sample to I420 with cropping, rotation and vertical flip. // "src_size" is needed to parse MJPG. diff --git a/include/libyuv/convert_argb.h b/include/libyuv/convert_argb.h index bf776348f..2b857924e 100644 --- a/include/libyuv/convert_argb.h +++ b/include/libyuv/convert_argb.h @@ -956,7 +956,6 @@ int AR30ToAB30(const uint8_t* src_ar30, int width, int height); -#ifdef HAVE_JPEG // src_width/height provided by capture // dst_width/height for clipping determine final size. LIBYUV_API @@ -968,7 +967,6 @@ int MJPGToARGB(const uint8_t* sample, int src_height, int dst_width, int dst_height); -#endif // Convert Android420 to ARGB. LIBYUV_API diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 9d487f0cf..3f314b072 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1746 +#define LIBYUV_VERSION 1747 #endif // INCLUDE_LIBYUV_VERSION_H_