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

Unified Diff: media/remoting/rpc.proto

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 | « media/remoting/proto_enum_utils.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/rpc.proto
diff --git a/media/remoting/rpc.proto b/media/remoting/rpc.proto
index 06f630b6e43af0d4cc4dc8606fb2e36590fa557e..814dc41293152533cadb272038de3101e3dba179 100644
--- a/media/remoting/rpc.proto
+++ b/media/remoting/rpc.proto
@@ -151,6 +151,7 @@ message VideoDecoderConfig {
kCodecVP8 = 6;
kCodecVP9 = 7;
kCodecHEVC = 8;
+ kCodecDolbyVision = 9;
}
// Proto version of media::VideoCodecProfile.
@@ -176,6 +177,10 @@ message VideoDecoderConfig {
HEVCPROFILE_MAIN = 16;
HEVCPROFILE_MAIN10 = 17;
HEVCPROFILE_MAIN_STILL_PICTURE = 18;
+ DOLBYVISION_PROFILE0 = 19;
+ DOLBYVISION_PROFILE4 = 20;
+ DOLBYVISION_PROFILE5 = 21;
+ DOLBYVISION_PROFILE7 = 22;
};
// Proto version of media::VideoPixelFormat.
« no previous file with comments | « media/remoting/proto_enum_utils.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698