| Index: gpu/config/gpu_info.h
|
| diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
|
| index d8a9ef579400fb63544c13b347d7dbbf8ec93bd3..73a6a9ea07afb970415f2af6f09fa62ab707634f 100644
|
| --- a/gpu/config/gpu_info.h
|
| +++ b/gpu/config/gpu_info.h
|
| @@ -55,7 +55,10 @@ enum VideoCodecProfile {
|
| VP9PROFILE_PROFILE1,
|
| VP9PROFILE_PROFILE2,
|
| VP9PROFILE_PROFILE3,
|
| - VIDEO_CODEC_PROFILE_MAX = VP9PROFILE_PROFILE3,
|
| + HEVCPROFILE_MAIN,
|
| + HEVCPROFILE_MAIN10,
|
| + HEVCPROFILE_MAIN_STILL_PICTURE,
|
| + VIDEO_CODEC_PROFILE_MAX = HEVCPROFILE_MAIN_STILL_PICTURE,
|
| };
|
|
|
| // Specification of a decoding profile supported by a hardware decoder.
|
|
|