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; |
} |