Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: remoting/codec/video_encoder_verbatim.h

Issue 2329653002: Add WebrtcVideoEncoder interface (Closed)
Patch Set: win Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/codec/video_encoder.h ('k') | remoting/codec/video_encoder_verbatim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/video_encoder_verbatim.h
diff --git a/remoting/codec/video_encoder_verbatim.h b/remoting/codec/video_encoder_verbatim.h
index e4bf95a85b32a7642a71d0d458c57822a97c51e4..e4e070191e30b8417094bffca39bb5d7dfacddc4 100644
--- a/remoting/codec/video_encoder_verbatim.h
+++ b/remoting/codec/video_encoder_verbatim.h
@@ -19,8 +19,8 @@ class VideoEncoderVerbatim : public VideoEncoder {
~VideoEncoderVerbatim() override;
// VideoEncoder interface.
- std::unique_ptr<VideoPacket> Encode(const webrtc::DesktopFrame& frame,
- uint32_t flags) override;
+ std::unique_ptr<VideoPacket> Encode(
+ const webrtc::DesktopFrame& frame) override;
private:
VideoEncoderHelper helper_;
« no previous file with comments | « remoting/codec/video_encoder.h ('k') | remoting/codec/video_encoder_verbatim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698