| 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
|
| };
|
|
|
| /**
|
|
|