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

Unified Diff: remoting/proto/video.proto

Issue 10736046: Add DPI information to video packets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/base/encoder_vp8_unittest.cc ('k') | no next file » | 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 14415af4585e55ceb3f54a346d99c525de748a5d..a806b7139a9d6ef2a4730cb977dff102c5245465 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -94,4 +94,7 @@ message VideoPacket {
// The most recent sequence number received from the client on the event
// channel.
optional int64 client_sequence_number = 9;
+
+ // The DPI for this video packet.
+ optional int32 dpi = 10;
Sergey Ulanov 2012/07/12 01:39:36 would it be better to make this part of VideoPacke
Wez 2012/07/12 18:15:49 Agreed; this is part of the format.
Wez 2012/07/12 18:15:49 We should provide separate X & Y DPI values, so th
Jamie 2012/07/13 19:59:44 Done.
Jamie 2012/07/13 19:59:44 Done.
}
« no previous file with comments | « remoting/base/encoder_vp8_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698