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

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

Issue 2571163002: Add PIXEL_FORMAT_I422. (Closed)
Patch Set: move switch cases to align with the enum value order Created 4 years 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/base/video_types.cc ('k') | media/remoting/rpc/proto_enum_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0cc09bbbd4649d7d12925550feedbfb77f81d642..57b8690ecf906a0b6a034cd3fd184c479fad01d1 100644
--- a/media/remoting/proto/remoting_rpc_message.proto
+++ b/media/remoting/proto/remoting_rpc_message.proto
@@ -201,6 +201,7 @@ message VideoDecoderConfig {
PIXEL_FORMAT_YUV444P12 = 24;
PIXEL_FORMAT_Y8 = 25;
PIXEL_FORMAT_Y16 = 26;
+ PIXEL_FORMAT_I422 = 27;
};
// Should align with ::media::ColorSpace
« no previous file with comments | « media/base/video_types.cc ('k') | media/remoting/rpc/proto_enum_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698