| Index: webrtc/modules/video_coding/codecs/i420/main/interface/i420.h
|
| diff --git a/webrtc/modules/video_coding/codecs/i420/main/interface/i420.h b/webrtc/modules/video_coding/codecs/i420/main/interface/i420.h
|
| index 35f7b3e1b938c4ee855db01377d093c18288cb31..e54e78db5732834b025dd50d492e99154605573f 100644
|
| --- a/webrtc/modules/video_coding/codecs/i420/main/interface/i420.h
|
| +++ b/webrtc/modules/video_coding/codecs/i420/main/interface/i420.h
|
| @@ -50,7 +50,7 @@ class I420Encoder : public VideoEncoder {
|
| // <0 - Error
|
| int Encode(const VideoFrame& inputImage,
|
| const CodecSpecificInfo* /*codecSpecificInfo*/,
|
| - const std::vector<VideoFrameType>* /*frame_types*/) override;
|
| + const std::vector<FrameType>* /*frame_types*/) override;
|
|
|
| // Register an encode complete callback object.
|
| //
|
|
|