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

Unified Diff: media/remoting/proto/remoting_rpc_message.proto

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: Created 3 years, 11 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: media/remoting/proto/remoting_rpc_message.proto
diff --git a/media/remoting/proto/remoting_rpc_message.proto b/media/remoting/proto/remoting_rpc_message.proto
index 06f630b6e43af0d4cc4dc8606fb2e36590fa557e..814dc41293152533cadb272038de3101e3dba179 100644
--- a/media/remoting/proto/remoting_rpc_message.proto
+++ b/media/remoting/proto/remoting_rpc_message.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.

Powered by Google App Engine
This is Rietveld 408576698