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

Unified Diff: ppapi/api/pp_codecs.idl

Issue 418193003: Using PROFILE_ANY for vp8 and vp9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 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 | « ppapi/api/dev/pp_video_dev.idl ('k') | ppapi/c/dev/pp_video_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/pp_codecs.idl
diff --git a/ppapi/api/pp_codecs.idl b/ppapi/api/pp_codecs.idl
index 2558671c5ac9cfd6f55b4ee4f4492c7f2c5378d6..423db9f7f43eaa4cb2cb9f81f5face5f12bb5d60 100644
--- a/ppapi/api/pp_codecs.idl
+++ b/ppapi/api/pp_codecs.idl
@@ -18,9 +18,9 @@ enum PP_VideoProfile {
PP_VIDEOPROFILE_H264SCALABLEHIGH = 8,
PP_VIDEOPROFILE_H264STEREOHIGH = 9,
PP_VIDEOPROFILE_H264MULTIVIEWHIGH = 10,
- PP_VIDEOPROFILE_VP8MAIN = 11,
- PP_VIDEOPROFILE_VP9MAIN = 12,
- PP_VIDEOPROFILE_MAX = PP_VIDEOPROFILE_VP9MAIN
+ PP_VIDEOPROFILE_VP8_ANY = 11,
+ PP_VIDEOPROFILE_VP9_ANY = 12,
+ PP_VIDEOPROFILE_MAX = PP_VIDEOPROFILE_VP9_ANY
};
/**
« no previous file with comments | « ppapi/api/dev/pp_video_dev.idl ('k') | ppapi/c/dev/pp_video_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698