diff --git a/README.chromium b/README.chromium index 96572624f..f9fc9661a 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1025 +Version: 1026 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 166392680..b2ec0c834 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 1025 +#define LIBYUV_VERSION 1026 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/util/psnr_main.cc b/util/psnr_main.cc index a26bc923d..0518ab84e 100644 --- a/util/psnr_main.cc +++ b/util/psnr_main.cc @@ -121,6 +121,9 @@ double GetMSE(double sse, double size) { void PrintHelp(const char * program) { printf("%s [-options] org_seq rec_seq [rec_seq2.. etc]\n", program); +#ifdef HAVE_JPEG + printf("jpeg or raw YUV 420 supported.\n"); +#endif printf("options:\n"); printf(" -s .... specify YUV size, mandatory if none of the " "sequences have the\n");