summaryrefslogtreecommitdiffstats
path: root/remoting/base/codec_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/codec_test.h')
-rw-r--r--remoting/base/codec_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/codec_test.h b/remoting/base/codec_test.h
index d5702dd..613a537 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.