color unittest allow j420 error of 5 for arm

R=harryjin@google.com
BUG=libyuv:511

Review URL: https://codereview.chromium.org/1412683005 .
This commit is contained in:
Frank Barchard 2015-10-22 11:25:04 -07:00
parent 430bb0a0f0
commit 00f15e3c6c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1519
Version: 1520
License: BSD
License File: LICENSE

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1519
#define LIBYUV_VERSION 1520
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT

View File

@ -27,7 +27,7 @@ namespace libyuv {
#define ERROR_G 1
#define ERROR_B 3
#define ERROR_FULL 6
#define ERROR_J420 4
#define ERROR_J420 5
#else
#define ERROR_R 1
#define ERROR_G 1