| Index: remoting/proto/control.proto
|
| diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
|
| index 2d2baf620b9b0892759dd2633da25f29f47c09a5..c24343ad6f2e9ae984e72970529f50d895e6d88b 100644
|
| --- a/remoting/proto/control.proto
|
| +++ b/remoting/proto/control.proto
|
| @@ -28,6 +28,10 @@ message ClientResolution {
|
| message VideoControl {
|
| // Enables the video channel if true, pauses if false.
|
| optional bool enable = 1;
|
| +
|
| + // Controls whether lossless encode and color translation are requested.
|
| + optional bool lossless_encode = 2;
|
| + optional bool lossless_color = 3;
|
| }
|
|
|
| message AudioControl {
|
|
|