| Index: webrtc/modules/video_coding/include/video_coding.h
|
| diff --git a/webrtc/modules/video_coding/include/video_coding.h b/webrtc/modules/video_coding/include/video_coding.h
|
| index cb413dac0087065f9c5633951e154f4c9ac7717f..a51065e8c9747886cd5d7c7ae6d977102b7c1ecf 100644
|
| --- a/webrtc/modules/video_coding/include/video_coding.h
|
| +++ b/webrtc/modules/video_coding/include/video_coding.h
|
| @@ -392,10 +392,6 @@ class VideoCodingModule : public Module {
|
| // < 0, on error.
|
| virtual int32_t Decode(uint16_t maxWaitTimeMs = 200) = 0;
|
|
|
| - // Registers a callback which conveys the size of the render buffer.
|
| - virtual int RegisterRenderBufferSizeCallback(
|
| - VCMRenderBufferSizeCallback* callback) = 0;
|
| -
|
| // API to get the codec which is currently used for decoding by the module.
|
| //
|
| // Input:
|
|
|