| Index: webrtc/modules/video_coding/timing.h
|
| diff --git a/webrtc/modules/video_coding/timing.h b/webrtc/modules/video_coding/timing.h
|
| index a4d0cf45433b34f7b8c3b6bfd62e271fd551986a..f61ebff595d24c6453c125dd1327ba9c2fe72c2a 100644
|
| --- a/webrtc/modules/video_coding/timing.h
|
| +++ b/webrtc/modules/video_coding/timing.h
|
| @@ -94,7 +94,7 @@ class VCMTiming {
|
| enum { kDelayMaxChangeMsPerS = 100 };
|
|
|
| protected:
|
| - int32_t MaxDecodeTimeMs(FrameType frame_type = kVideoFrameDelta) const
|
| + int64_t RequiredDecodeTimeMs() const
|
| EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
| int64_t RenderTimeMsInternal(uint32_t frame_timestamp, int64_t now_ms) const
|
| EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
|
|