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

Unified Diff: content/browser/media/media_browsertest.cc

Issue 2370453003: 12-bit vp9 video support (Closed)
Patch Set: build fix Created 4 years, 3 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
Index: content/browser/media/media_browsertest.cc
diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
index 667d5419874061a15b952ba8858626ad94e8073e..633b562b883c7e7d93d130d3e17f991352cd2de3 100644
--- a/content/browser/media/media_browsertest.cc
+++ b/content/browser/media/media_browsertest.cc
@@ -133,6 +133,10 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearSilentWebm) {
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearHighBitDepthVP9) {
PlayVideo("bear-320x180-hi10p-vp9.webm", GetParam());
}
+
+IN_PROC_BROWSER_TEST_P(MediaTest, VideoBear12DepthVP9) {
+ PlayVideo("bear-320x180-hi12p-vp9.webm", GetParam());
+}
#endif
#if defined(USE_PROPRIETARY_CODECS)

Powered by Google App Engine
This is Rietveld 408576698