Chromium Code Reviews| 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; |