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:
philipel
2016-07-06 16:10:31 +02:00
parent 262ba77d78
commit 8513029e1f
6 changed files with 61 additions and 176 deletions

View File

@ -91,9 +91,6 @@ class VCMReceiver {
void TriggerDecoderShutdown();
int64_t TimeUntilNextProcess();
void Process();
private:
CriticalSectionWrapper* crit_sect_;
Clock* const clock_;