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

Unified Diff: remoting/proto/video.proto

Issue 4229003: Add VideoReader and VideoWriter interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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 | « remoting/host/simple_host_process.cc ('k') | remoting/protocol/chromotocol_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/video.proto
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index c91a0a33eab50f2b9c60be37d8f5611f42565285..963c1181640392c0b4085e9c2614a15aa713918a 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -85,9 +85,11 @@ message VideoPacket {
// The sequence number of the partial data for updating a rectangle.
optional int32 sequence_number = 2 [default = 0];
+ optional int32 timestamp = 3 [default = 0];
+
// This is provided on the first packet of the rectangle data, when
// the flags has FIRST_PACKET set.
- optional VideoPacketFormat format = 3;
+ optional VideoPacketFormat format = 4;
- optional bytes data = 4;
+ optional bytes data = 5;
}
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/protocol/chromotocol_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698