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

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

Issue 2571163002: Add PIXEL_FORMAT_I422. (Closed)
Patch Set: fix compilation error in video_frame_unittest.cc 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
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

Powered by Google App Engine
This is Rietveld 408576698