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

Unified Diff: ppapi/tests/test_video_encoder.h

Issue 1769593002: Add 4 VP9 profiles to the media::VideoCodecProfile enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hevc-codec-7
Patch Set: Use VP9 profile0 by default instead of profile3 Created 4 years, 9 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: ppapi/tests/test_video_encoder.h
diff --git a/ppapi/tests/test_video_encoder.h b/ppapi/tests/test_video_encoder.h
index 6fb39ed17f2c92de6917f510b489b6949f23d6b8..e7508e81f5d075e7cf3a3a172d558c7febb2fe9c 100644
--- a/ppapi/tests/test_video_encoder.h
+++ b/ppapi/tests/test_video_encoder.h
@@ -23,7 +23,10 @@ class TestVideoEncoder : public TestCase {
std::string TestAvailableCodecs();
std::string TestIncorrectSizeFails();
std::string TestInitializeVP8();
- std::string TestInitializeVP9();
+ std::string TestInitializeVP9_Profile0();
+ std::string TestInitializeVP9_Profile1();
+ std::string TestInitializeVP9_Profile2();
+ std::string TestInitializeVP9_Profile3();
std::string TestInitializeCodec(PP_VideoProfile profile);

Powered by Google App Engine
This is Rietveld 408576698