Remove old WebRTC-NewVideoJitterBuffer used for testing the NackModule.
This experiment was used to test the NackModule but will soon (tm) be used to test the completly new video jitter buffer. BUG=webrtc:5514 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/2123913002 . Cr-Commit-Position: refs/heads/master@{#13395}
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user