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

Unified Diff: remoting/base/capture_data.cc

Issue 4476003: Add VideoPacket struct for video packets. Refactor Decode interface to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 10 years, 1 month 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/capture_data.h ('k') | remoting/base/decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/capture_data.cc
diff --git a/remoting/base/capture_data.cc b/remoting/base/capture_data.cc
index 2d96441317b019167cb0e8e60c6421fc18b30754..8bf464dcc3521c0c3b358b41130238fe73f710e8 100644
--- a/remoting/base/capture_data.cc
+++ b/remoting/base/capture_data.cc
@@ -16,7 +16,7 @@ DataPlanes::DataPlanes() {
CaptureData::CaptureData(const DataPlanes &data_planes,
int width,
int height,
- PixelFormat format) :
+ media::VideoFrame::Format format) :
data_planes_(data_planes), dirty_rects_(),
width_(width), height_(height), pixel_format_(format) {
}
« no previous file with comments | « remoting/base/capture_data.h ('k') | remoting/base/decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698