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

Unified Diff: ppapi/api/private/pp_content_decryptor.idl

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: CR feedback 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/api/private/pp_content_decryptor.idl
diff --git a/ppapi/api/private/pp_content_decryptor.idl b/ppapi/api/private/pp_content_decryptor.idl
index da62b14c272288a0aaf303bf614b10ce22b1f73c..4189cb66e0821f5095ad87b95a0f854fa7ff2cc8 100644
--- a/ppapi/api/private/pp_content_decryptor.idl
+++ b/ppapi/api/private/pp_content_decryptor.idl
@@ -350,7 +350,11 @@ enum PP_VideoCodecProfile {
PP_VIDEOCODECPROFILE_H264_HIGH = 5,
PP_VIDEOCODECPROFILE_H264_HIGH_10 = 6,
PP_VIDEOCODECPROFILE_H264_HIGH_422 = 7,
- PP_VIDEOCODECPROFILE_H264_HIGH_444_PREDICTIVE = 8
+ PP_VIDEOCODECPROFILE_H264_HIGH_444_PREDICTIVE = 8,
+ PP_VIDEOCODECPROFILE_VP9_PROFILE0 = 9,
+ PP_VIDEOCODECPROFILE_VP9_PROFILE1 = 10,
+ PP_VIDEOCODECPROFILE_VP9_PROFILE2 = 11,
+ PP_VIDEOCODECPROFILE_VP9_PROFILE3 = 12
bbudge 2016/03/29 21:42:12 Since this is Private, you might be able to avoid
};
/**

Powered by Google App Engine
This is Rietveld 408576698