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

Unified Diff: media/filters/pipeline_integration_test.cc

Issue 396543003: Update VP9 444 tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update webm files Created 6 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 | « content/test/data/media/blackwhite_yuv444p.webm ('k') | media/test/data/bear-320x240-P444.webm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_integration_test.cc
diff --git a/media/filters/pipeline_integration_test.cc b/media/filters/pipeline_integration_test.cc
index 2a1cf6b9699b3371903528072e9a631bd5493334..0576b444cb7b7bbb9cf471b5eaf1bb6bfd9d651a 100644
--- a/media/filters/pipeline_integration_test.cc
+++ b/media/filters/pipeline_integration_test.cc
@@ -1495,9 +1495,7 @@ TEST_F(PipelineIntegrationTest,
}
// Verify that VP9 video with 4:4:4 subsampling can be played back.
-// TODO(johannkoenig): Reenable after landing libvpx roll
-// http://www.crbug.com/392309
-TEST_F(PipelineIntegrationTest, DISABLED_P444_VP9_WebM) {
+TEST_F(PipelineIntegrationTest, P444_VP9_WebM) {
ASSERT_TRUE(Start(GetTestDataFilePath("bear-320x240-P444.webm"),
PIPELINE_OK));
Play();
« no previous file with comments | « content/test/data/media/blackwhite_yuv444p.webm ('k') | media/test/data/bear-320x240-P444.webm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698