| Index: remoting/base/codec_test.h
|
| ===================================================================
|
| --- remoting/base/codec_test.h (revision 68436)
|
| +++ remoting/base/codec_test.h (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| // Prepare testing data for encoding. Memory created is written to |memory|.
|
| // Returns randomly generated data in CaptureData.
|
| -scoped_refptr<CaptureData> PrepareEncodeData(media::VideoFrame::Format format,
|
| +scoped_refptr<CaptureData> PrepareEncodeData(PixelFormat format,
|
| uint8** memory);
|
|
|
| // Generate test data and test the encoder for a regular encoding sequence.
|
|
|