| Index: remoting/proto/video.proto
|
| diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
|
| index 4d00a370952173c9268eecdaca2c030bea418f7b..1c2446a97dcab866e7fd599c325adef9b6bb710c 100644
|
| --- a/remoting/proto/video.proto
|
| +++ b/remoting/proto/video.proto
|
| @@ -80,6 +80,9 @@ message VideoPacket {
|
|
|
| // Time for which the frame is blocked until it's sent to the client.
|
| optional int64 send_pending_time_ms = 17;
|
| +
|
| + // Indicates whether the encoded frame is a key frame.
|
| + optional bool key_frame = 18;
|
| }
|
|
|
| // VideoAck acknowledges that the frame in the VideoPacket with the same
|
|
|