| 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 38dcafd0c339a1d342c24a2e3b4beef113e2b75a..0a8051f9c57e7653af4ca4b29c7d32c4f0e66549 100644
|
| --- a/webrtc/modules/video_coding/codecs/i420/include/i420.h
|
| +++ b/webrtc/modules/video_coding/codecs/i420/include/i420.h
|
| @@ -70,8 +70,6 @@ class I420Encoder : public VideoEncoder {
|
| return WEBRTC_VIDEO_CODEC_OK;
|
| }
|
|
|
| - void OnDroppedFrame() override {}
|
| -
|
| private:
|
| static uint8_t* InsertHeader(uint8_t* buffer,
|
| uint16_t width,
|
|
|