diff options
Diffstat (limited to 'remoting/host/encoder.h')
-rw-r--r-- | remoting/host/encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/encoder.h b/remoting/host/encoder.h index e3af66b..53ddb63 100644 --- a/remoting/host/encoder.h +++ b/remoting/host/encoder.h @@ -44,7 +44,7 @@ class Encoder { const uint8** input_data, const int* strides, bool key_frame, - chromotocol_pb::UpdateStreamPacketHeader* header, + UpdateStreamPacketHeader* header, scoped_refptr<media::DataBuffer>* output_data, bool* encode_done, Task* data_available_task) = 0; @@ -55,7 +55,7 @@ class Encoder { // Set the pixel format of the incoming images. Need to call this before // calling Encode(). - virtual void SetPixelFormat(chromotocol_pb::PixelFormat pixel_format) = 0; + virtual void SetPixelFormat(PixelFormat pixel_format) = 0; }; } // namespace remoting |