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

Unified Diff: content/common/gpu/media/video_decode_accelerator_unittest.cc

Issue 82223002: Update VDA golden checksum values for EVDA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 945cf11f Initial. Created 7 years, 1 month 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 | « no previous file | content/common/gpu/testdata/bear.h264.md5 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
index 1297c0348d46c9c3358c445385da6c8f27963d60..0a951d81d402861b55416bb9442b8acf26e6cfae 100644
--- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
+++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
@@ -162,6 +162,9 @@ void ReadGoldenThumbnailMD5s(const TestVideoFile* video_file,
// Ignore the empty string added by SplitString
if (!md5_string->length())
continue;
+ // Ignore comments
+ if (md5_string->at(0) == '#')
+ continue;
CHECK_EQ(static_cast<int>(md5_string->length()),
kMD5StringLength) << *md5_string;
« no previous file with comments | « no previous file | content/common/gpu/testdata/bear.h264.md5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698