| Index: webrtc/modules/video_coding/jitter_estimator.h
|
| diff --git a/webrtc/modules/video_coding/jitter_estimator.h b/webrtc/modules/video_coding/jitter_estimator.h
|
| index a7b4b3e3df4ae2ecf7023eb9fae7f571c15378fa..7ef050f03232683e9c6b42ee9f00722477891288 100644
|
| --- a/webrtc/modules/video_coding/jitter_estimator.h
|
| +++ b/webrtc/modules/video_coding/jitter_estimator.h
|
| @@ -50,7 +50,7 @@ class VCMJitterEstimator {
|
| // - rttMultiplier : RTT param multiplier (when applicable).
|
| //
|
| // Return value : Jitter estimate in milliseconds
|
| - int GetJitterEstimate(double rttMultiplier);
|
| + virtual int GetJitterEstimate(double rttMultiplier);
|
|
|
| // Updates the nack counter.
|
| void FrameNacked();
|
|
|