DescriptionACM: Move NACK functionality inside NetEq
Negative acknowledgement (NACK) has up to now been implemented in
ACM. But, since NetEq is in charge of the actual packet buffer, it
makes more sense to have the NACK functionlaity in there.
This CL does the following:
- Move nack.{h,cc} and the unit tests from main/acm2 to neteq.
- Move the NACK related code in ACM into NetEq.
- NACK related functions in AcmReceiver are changed to simple
forwarding APIs.
- Remove unused members in AcmReceiver.
- Remove unused API functions in NetEq.
BUG=webrtc:3520
Committed: https://crrev.com/48ed930975ef7e84023044ed584c4eff914e6c9a
Cr-Commit-Position: refs/heads/master@{#10448}
Patch Set 1 #Patch Set 2 : Add function descriptions #
Total comments: 15
Patch Set 3 : Updates after review #Patch Set 4 : rebase #Dependent Patchsets: Messages
Total messages: 18 (6 generated)
|