| Index: webrtc/modules/video_coding/jitter_buffer.h
|
| diff --git a/webrtc/modules/video_coding/jitter_buffer.h b/webrtc/modules/video_coding/jitter_buffer.h
|
| index 66f0ffe4c1af0adc1348df6b23c342d6e8dbc68e..35b32c960d3754397fe87985c5f5a7a8efefda45 100644
|
| --- a/webrtc/modules/video_coding/jitter_buffer.h
|
| +++ b/webrtc/modules/video_coding/jitter_buffer.h
|
| @@ -202,9 +202,6 @@ class VCMJitterBuffer {
|
|
|
| void RegisterStatsCallback(VCMReceiveStatisticsCallback* callback);
|
|
|
| - int64_t TimeUntilNextProcess();
|
| - void Process();
|
| -
|
| private:
|
| class SequenceNumberLessThan {
|
| public:
|
| @@ -376,8 +373,6 @@ class VCMJitterBuffer {
|
| // frames.
|
| int frame_counter_;
|
|
|
| - std::unique_ptr<NackModule> nack_module_;
|
| -
|
| RTC_DISALLOW_COPY_AND_ASSIGN(VCMJitterBuffer);
|
| };
|
| } // namespace webrtc
|
|
|