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

Unified Diff: remoting/proto/video.proto

Issue 1908203002: Adapt encoder behavior to target bitrate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved webrtc encoder to its own file Created 4 years, 7 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
Index: remoting/proto/video.proto
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index 1c2446a97dcab866e7fd599c325adef9b6bb710c..e3f798469a377ccf21c99aba74fa99706daf0afc 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -83,6 +83,9 @@ message VideoPacket {
// Indicates whether the encoded frame is a key frame.
optional bool key_frame = 18;
+
+ // Quantizer value on the encoded frame.
+ optional int32 quantizer = 19;
}
// VideoAck acknowledges that the frame in the VideoPacket with the same

Powered by Google App Engine
This is Rietveld 408576698