| Index: webrtc/modules/video_coding/codecs/i420/include/i420.h
|
| diff --git a/webrtc/modules/video_coding/codecs/i420/include/i420.h b/webrtc/modules/video_coding/codecs/i420/include/i420.h
|
| index e54e78db5732834b025dd50d492e99154605573f..8990ccf8781f17f53fc73576b6411858cfeab924 100644
|
| --- a/webrtc/modules/video_coding/codecs/i420/include/i420.h
|
| +++ b/webrtc/modules/video_coding/codecs/i420/include/i420.h
|
| @@ -73,10 +73,6 @@ class I420Encoder : public VideoEncoder {
|
| return WEBRTC_VIDEO_CODEC_OK;
|
| }
|
|
|
| - int CodecConfigParameters(uint8_t* /*buffer*/, int /*size*/) override {
|
| - return WEBRTC_VIDEO_CODEC_OK;
|
| - }
|
| -
|
| void OnDroppedFrame() override {}
|
|
|
| private:
|
|
|