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

Unified Diff: remoting/base/codec_test.h

Issue 5635003: Reenable encoder/decoder tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years 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 | « no previous file | remoting/base/codec_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/codec_test.h
diff --git a/remoting/base/codec_test.h b/remoting/base/codec_test.h
index d5702dd240f7e28d3a2fb392def0cc4da02a38a3..613a537241211a2eba09ca336323584c11ace954 100644
--- a/remoting/base/codec_test.h
+++ b/remoting/base/codec_test.h
@@ -16,7 +16,7 @@ class Encoder;
// Prepare testing data for encoding. Memory created is written to |memory|.
// Returns randomly generated data in CaptureData.
-scoped_refptr<CaptureData> PrepareEncodeData(PixelFormat format,
+scoped_refptr<CaptureData> PrepareEncodeData(media::VideoFrame::Format format,
uint8** memory);
// Generate test data and test the encoder for a regular encoding sequence.
« no previous file with comments | « no previous file | remoting/base/codec_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698