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

Unified Diff: remoting/proto/video.proto

Issue 2334293002: Two minor cleanups in remoting protocol. (Closed)
Patch Set: . Created 4 years, 3 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
« no previous file with comments | « no previous file | remoting/protocol/connection_to_client.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 1c2446a97dcab866e7fd599c325adef9b6bb710c..7670f8d05e68d3fe570afc539d65477be840aa30 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -43,7 +43,7 @@ message Rect {
}
message VideoPacket {
- // Reserved fields IDs used for removed fields: 1 to 3, 10, 11.
+ // Reserved fields IDs used for removed fields: 1 to 3, 10, 11, 12.
optional VideoPacketFormat format = 4;
@@ -62,9 +62,6 @@ message VideoPacket {
// starting to capture this video frame.
optional int64 latest_event_timestamp = 9;
- // Optional frame timestamp. Used in tests to estimate frame latency.
- optional int64 timestamp = 12;
Jamie 2016/09/13 18:58:41 Don't best practises suggest that you should mark
-
// Frame identifier used to match VideoFrame and VideoAck.
optional int32 frame_id = 13;
« no previous file with comments | « no previous file | remoting/protocol/connection_to_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698