diff options
Diffstat (limited to 'remoting/base/decoder.h')
-rw-r--r-- | remoting/base/decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/base/decoder.h b/remoting/base/decoder.h index 82211a7..0a6ceff 100644 --- a/remoting/base/decoder.h +++ b/remoting/base/decoder.h @@ -9,7 +9,7 @@ #include "base/scoped_ptr.h" #include "gfx/rect.h" #include "media/base/video_frame.h" -#include "remoting/proto/video.pb.h" +#include "remoting/proto/event.pb.h" namespace remoting { @@ -51,7 +51,7 @@ class Decoder { // Returns true if decoder is ready to accept data via ProcessRectangleData. virtual bool IsReadyForData() = 0; - virtual VideoPacketFormat::Encoding Encoding() = 0; + virtual UpdateStreamEncoding Encoding() = 0; }; } // namespace remoting |