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

Unified Diff: trunk/src/media/base/audio_video_metadata_extractor_unittest.cc

Issue 296483012: Revert 271945 "Roll FFmpeg for M37." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/DEPS ('k') | trunk/src/media/base/media_file_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/base/audio_video_metadata_extractor_unittest.cc
===================================================================
--- trunk/src/media/base/audio_video_metadata_extractor_unittest.cc (revision 271953)
+++ trunk/src/media/base/audio_video_metadata_extractor_unittest.cc (working copy)
@@ -137,7 +137,7 @@
extractor->stream_infos()[0].tags.find("minor_version")->second);
EXPECT_EQ("h264", extractor->stream_infos()[1].type);
- EXPECT_EQ(5u, extractor->stream_infos()[1].tags.size());
+ EXPECT_EQ(4u, extractor->stream_infos()[1].tags.size());
EXPECT_EQ("2014-02-11 00:39:25",
extractor->stream_infos()[1].tags.find("creation_time")->second);
EXPECT_EQ("VideoHandle",
« no previous file with comments | « trunk/src/DEPS ('k') | trunk/src/media/base/media_file_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698