Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: media/base/yuv_convert_unittest.cc

Issue 7519024: Fix possible typos in RGB->YUV conversion (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/yuv_convert_c.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/yuv_convert_unittest.cc
===================================================================
--- media/base/yuv_convert_unittest.cc (revision 94391)
+++ media/base/yuv_convert_unittest.cc (working copy)
@@ -302,7 +302,7 @@
uint32 rgb_hash = DJB2Hash(yuv_converted_bytes.get(), kYUV12Size,
kDJB2HashSeed);
- EXPECT_EQ(1802801079u, rgb_hash);
+ EXPECT_EQ(320824432u, rgb_hash);
}
TEST(YUVConvertTest, YUY2ToYUV) {
« no previous file with comments | « media/base/yuv_convert_c.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698