| Index: webrtc/modules/video_coding/include/video_coding_defines.h
|
| diff --git a/webrtc/modules/video_coding/include/video_coding_defines.h b/webrtc/modules/video_coding/include/video_coding_defines.h
|
| index cabe437875a09f20c7befd9671dfeeb705943956..4ed80a6f81a1ad03b77ee25cc0364440a47a181f 100644
|
| --- a/webrtc/modules/video_coding/include/video_coding_defines.h
|
| +++ b/webrtc/modules/video_coding/include/video_coding_defines.h
|
| @@ -104,21 +104,6 @@ class VCMReceiveStatisticsCallback {
|
| virtual ~VCMReceiveStatisticsCallback() {}
|
| };
|
|
|
| -// Callback class used for informing the user of decode timing info.
|
| -class VCMDecoderTimingCallback {
|
| - public:
|
| - virtual void OnDecoderTiming(int decode_ms,
|
| - int max_decode_ms,
|
| - int current_delay_ms,
|
| - int target_delay_ms,
|
| - int jitter_buffer_ms,
|
| - int min_playout_delay_ms,
|
| - int render_delay_ms) = 0;
|
| -
|
| - protected:
|
| - virtual ~VCMDecoderTimingCallback() {}
|
| -};
|
| -
|
| // Callback class used for telling the user about how to configure the FEC,
|
| // and the rates sent the last second is returned to the VCM.
|
| class VCMProtectionCallback {
|
|
|