Chromium Code Reviews| Index: remoting/codec/video_encoder_vpx.h |
| diff --git a/remoting/codec/video_encoder_vpx.h b/remoting/codec/video_encoder_vpx.h |
| index 95a9bd660f10796658a20f33c0720e3001270b54..f10fb5608f2312c948e0c010908c3a8c6a1e3bd3 100644 |
| --- a/remoting/codec/video_encoder_vpx.h |
| +++ b/remoting/codec/video_encoder_vpx.h |
| @@ -37,8 +37,8 @@ class VideoEncoderVpx : public VideoEncoder { |
| // VideoEncoder interface. |
| void SetLosslessEncode(bool want_lossless) override; |
| void SetLosslessColor(bool want_lossless) override; |
| - std::unique_ptr<VideoPacket> Encode( |
| - const webrtc::DesktopFrame& frame) override; |
| + std::unique_ptr<VideoPacket> Encode(const webrtc::DesktopFrame& frame, |
| + const uint32_t flags = 0) override; |
|
Sergey Ulanov
2016/04/12 18:57:31
s/ = 0//
Irfan
2016/04/12 21:13:11
Done.
|
| private: |
| explicit VideoEncoderVpx(bool use_vp9); |
| @@ -96,4 +96,4 @@ class VideoEncoderVpx : public VideoEncoder { |
| } // namespace remoting |
| -#endif // REMOTING_CODEC_VIDEO_ENCODER_VP8_H_ |
| +#endif // REMOTING_CODEC_VIDEO_ENCODER_VPX_H_ |