Delete unsupported method VideoCodingModule::RegisterDecoderTimingCallback.

The implementation behind this method has been a noop for a long time.

BUG=none

Review-Url: https://codereview.webrtc.org/2757843002
Cr-Commit-Position: refs/heads/master@{#17286}
This commit is contained in:
tommi
2017-03-17 05:35:43 -07:00
committed by Commit bot
parent f2f91fa2f9
commit b1db3702f7
7 changed files with 0 additions and 64 deletions

View File

@ -311,18 +311,6 @@ class VideoCodingModule : public Module {
virtual int32_t RegisterReceiveStatisticsCallback(
VCMReceiveStatisticsCallback* receiveStats) = 0;
// Register a decoder timing callback which will be called to deliver
// information about the timing of the decoder in the receiving side of the
// VCM, for instance the current and maximum frame decode latency.
//
// Input:
// - decoderTiming : The callback object to register.
//
// Return value : VCM_OK, on success.
// < 0, on error.
virtual int32_t RegisterDecoderTimingCallback(
VCMDecoderTimingCallback* decoderTiming) = 0;
// Register a frame type request callback. This callback will be called when
// the
// module needs to request specific frame types from the send side.