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

Unified Diff: media/base/container_names_unittest.cc

Issue 2797133009: Better detection of MP4 files (Closed)
Patch Set: Created 3 years, 8 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/container_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/container_names_unittest.cc
diff --git a/media/base/container_names_unittest.cc b/media/base/container_names_unittest.cc
index b05632acb63c7010f76ce6b57670ce547afd0c53..cb70a2f1e3d9d952b9e4fd0693d13b042db303ad 100644
--- a/media/base/container_names_unittest.cc
+++ b/media/base/container_names_unittest.cc
@@ -160,7 +160,9 @@ TEST(ContainerNamesTest, FileCheckWAV) {
}
TEST(ContainerNamesTest, FileCheckMOV) {
+ TestFile(CONTAINER_MOV, GetTestDataFilePath("bear_rotate_90.mp4"));
TestFile(CONTAINER_MOV, GetTestDataFilePath("bear-1280x720.mp4"));
+ TestFile(CONTAINER_MOV, GetTestDataFilePath("crbug657437.mp4"));
TestFile(CONTAINER_MOV, GetTestDataFilePath("sfx.m4a"));
}
« no previous file with comments | « media/base/container_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698