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

Unified Diff: remoting/proto/video.proto

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/webrtc_video_encoder_vpx.cc ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/video.proto
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index 1c2446a97dcab866e7fd599c325adef9b6bb710c..4d00a370952173c9268eecdaca2c030bea418f7b 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -80,9 +80,6 @@ message VideoPacket {
// Time for which the frame is blocked until it's sent to the client.
optional int64 send_pending_time_ms = 17;
-
- // Indicates whether the encoded frame is a key frame.
- optional bool key_frame = 18;
}
// VideoAck acknowledges that the frame in the VideoPacket with the same
« no previous file with comments | « remoting/codec/webrtc_video_encoder_vpx.cc ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698