commit | 1e98a15adb02d753001f7725ea7310815a86a39d | [log] [tgz] |
---|---|---|
author | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Mar 19 14:16:52 2014 +0000 |
committer | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Mar 19 14:16:52 2014 +0000 |
tree | 6f9d20f0a916e59b5245329e596f77023c54bc56 | |
parent | e5be877476d76e5432484006ac5a770aec73621c [diff] |
Revert "Changing the buffer size (in packets) to 1.5 seconds @ 30 ms packets" Build bots turned red. TBR=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10229004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5726 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq4/interface/neteq.h b/webrtc/modules/audio_coding/neteq4/interface/neteq.h index 466882a..6173930 100644 --- a/webrtc/modules/audio_coding/neteq4/interface/neteq.h +++ b/webrtc/modules/audio_coding/neteq4/interface/neteq.h
@@ -102,7 +102,7 @@ kSyncPacketNotAccepted }; - static const int kMaxNumPacketsInBuffer = 50; // TODO(hlundin): Remove. + static const int kMaxNumPacketsInBuffer = 240; // TODO(hlundin): Remove. static const int kMaxBytesInBuffer = 113280; // TODO(hlundin): Remove. // Creates a new NetEq object, starting at the sample rate |sample_rate_hz|.