mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Show jpeg as an option for psnr tool if enabled
BUG=339 TESTED=psnr R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/20809005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1026 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
1347fdea07
commit
ac4f03880c
@ -1,6 +1,6 @@
|
|||||||
Name: libyuv
|
Name: libyuv
|
||||||
URL: http://code.google.com/p/libyuv/
|
URL: http://code.google.com/p/libyuv/
|
||||||
Version: 1025
|
Version: 1026
|
||||||
License: BSD
|
License: BSD
|
||||||
License File: LICENSE
|
License File: LICENSE
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||||
#define INCLUDE_LIBYUV_VERSION_H_
|
#define INCLUDE_LIBYUV_VERSION_H_
|
||||||
|
|
||||||
#define LIBYUV_VERSION 1025
|
#define LIBYUV_VERSION 1026
|
||||||
|
|
||||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||||
|
|||||||
@ -121,6 +121,9 @@ double GetMSE(double sse, double size) {
|
|||||||
|
|
||||||
void PrintHelp(const char * program) {
|
void PrintHelp(const char * program) {
|
||||||
printf("%s [-options] org_seq rec_seq [rec_seq2.. etc]\n", 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("options:\n");
|
||||||
printf(" -s <width> <height> .... specify YUV size, mandatory if none of the "
|
printf(" -s <width> <height> .... specify YUV size, mandatory if none of the "
|
||||||
"sequences have the\n");
|
"sequences have the\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user