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

Unified Diff: ppapi/api/pp_codecs.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/pp_codecs.idl
diff --git a/ppapi/api/pp_codecs.idl b/ppapi/api/pp_codecs.idl
index 8699ec9853d9f9bf55555e16f6c3827493405801..a8b37fb8db6656c53d2fec5f2365bb898f4c6053 100644
--- a/ppapi/api/pp_codecs.idl
+++ b/ppapi/api/pp_codecs.idl
@@ -19,8 +19,11 @@ enum PP_VideoProfile {
PP_VIDEOPROFILE_H264STEREOHIGH = 9,
PP_VIDEOPROFILE_H264MULTIVIEWHIGH = 10,
PP_VIDEOPROFILE_VP8_ANY = 11,
- PP_VIDEOPROFILE_VP9_ANY = 12,
raymes 2016/03/29 01:51:49 This looks like an API change. Is there potential
bbudge 2016/03/29 21:42:12 This is used by two Stable APIs (PPB_VideoDecoder,
- PP_VIDEOPROFILE_MAX = PP_VIDEOPROFILE_VP9_ANY
+ PP_VIDEOPROFILE_VP9_PROFILE0 = 12,
+ PP_VIDEOPROFILE_VP9_PROFILE1 = 13,
+ PP_VIDEOPROFILE_VP9_PROFILE2 = 14,
+ PP_VIDEOPROFILE_VP9_PROFILE3 = 15,
+ PP_VIDEOPROFILE_MAX = PP_VIDEOPROFILE_VP9_PROFILE3
};
/**

Powered by Google App Engine
This is Rietveld 408576698