Wrap ACM2 code inside acm2 namespace. This gurantees that one ACM would not use components of others by accident.

BUG=
R=minyue@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2344004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4933 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turaj@webrtc.org
2013-10-06 04:47:28 +00:00
parent f31639612d
commit 6d5d248075
61 changed files with 251 additions and 15 deletions

View File

@ -30,6 +30,8 @@
namespace webrtc {
namespace acm2 {
namespace {
const int kNeteqInitSampleRateHz = 16000;
@ -829,4 +831,6 @@ void AcmReceiver::InsertStreamOfSyncPackets(
}
}
} // namespace acm2
} // namespace webrtc