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

Unified Diff: gpu/config/gpu_info.h

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: fix build break on Android Created 3 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
« no previous file with comments | « content/renderer/media/render_media_client.cc ('k') | gpu/ipc/common/gpu_info.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_info.h
diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
index a5b4f643f7aa71362ffa7fa44e6e5fc871b40dda..d736ee3f077a7345e6506820dd52a05d2a43ee6b 100644
--- a/gpu/config/gpu_info.h
+++ b/gpu/config/gpu_info.h
@@ -62,7 +62,11 @@ enum VideoCodecProfile {
HEVCPROFILE_MAIN,
HEVCPROFILE_MAIN10,
HEVCPROFILE_MAIN_STILL_PICTURE,
- VIDEO_CODEC_PROFILE_MAX = HEVCPROFILE_MAIN_STILL_PICTURE,
+ DOLBYVISION_PROFILE0,
+ DOLBYVISION_PROFILE4,
+ DOLBYVISION_PROFILE5,
+ DOLBYVISION_PROFILE7,
+ VIDEO_CODEC_PROFILE_MAX = DOLBYVISION_PROFILE7,
};
// Specification of a decoding profile supported by a hardware decoder.
« no previous file with comments | « content/renderer/media/render_media_client.cc ('k') | gpu/ipc/common/gpu_info.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698