| commit | 0bc9b5a5a71e32dbd930ae2e7aa15652cf264203 | [log] [tgz] |
|---|---|---|
| author | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Apr 29 08:09:31 2014 |
| committer | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Apr 29 08:09:31 2014 |
| tree | af3d97406338b4a6b512f51eedd664dc776b872e | |
| parent | 059488f2ea1e7968f6ce68a17cf803af1a8e14dc [diff] [blame] |
Add clock to ACM config struct The purpose is to clean up the ACM interface a bit. This is a follow-up of a comment in http://review.webrtc.org/13379004/. R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/16389005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6006 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/main/acm2/acm_receiver.h b/webrtc/modules/audio_coding/main/acm2/acm_receiver.h index 089016a..7a238ae 100644 --- a/webrtc/modules/audio_coding/main/acm2/acm_receiver.h +++ b/webrtc/modules/audio_coding/main/acm2/acm_receiver.h
@@ -27,7 +27,6 @@ namespace webrtc { -class Clock; struct CodecInst; class CriticalSectionWrapper; class RWLockWrapper; @@ -48,7 +47,7 @@ }; // Constructor of the class - explicit AcmReceiver(const AudioCodingModule::Config& config, Clock* clock); + explicit AcmReceiver(const AudioCodingModule::Config& config); // Destructor of the class. ~AcmReceiver();