Merge "Changed MAX_PSNR to 100" into experimental

This commit is contained in:
Yaowu Xu 2012-12-18 15:00:02 -08:00 коммит произвёл Gerrit Code Review
Родитель b41c3583ac 28765690fe
Коммит d47828ed59
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@
#include "math.h"
#include "vp8/common/systemdependent.h" /* for vp8_clear_system_state() */
#define MAX_PSNR 60
#define MAX_PSNR 100
double vp8_mse2psnr(double Samples, double Peak, double Mse)
{