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

Unified Diff: gpu/config/gpu_info.h

Issue 1677133003: Implemented parsing of HEVC codec ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parse-codec-id
Patch Set: Fixed unit test Created 4 years, 10 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: gpu/config/gpu_info.h
diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
index 8003c930b6930b98e890339d3a2c0339b14501e2..e38b6ea3908779cc4a6dadf8a1bc0b680e142f89 100644
--- a/gpu/config/gpu_info.h
+++ b/gpu/config/gpu_info.h
@@ -50,8 +50,11 @@ enum VideoCodecProfile {
H264PROFILE_SCALABLEHIGH = 8,
H264PROFILE_STEREOHIGH = 9,
H264PROFILE_MULTIVIEWHIGH = 10,
- VP8PROFILE_ANY = 11,
- VP9PROFILE_ANY = 12,
+ HEVCPROFILE_MAIN = 11,
+ HEVCPROFILE_MAIN10 = 12,
+ HEVCPROFILE_MAIN_STILL_PICTURE = 13,
+ VP8PROFILE_ANY = 14,
+ VP9PROFILE_ANY = 15,
VIDEO_CODEC_PROFILE_MAX = VP9PROFILE_ANY,
};

Powered by Google App Engine
This is Rietveld 408576698