The current way that iSAC RCU is packetized and sent as a RED packet, with the same payload type for primary and redundant payloads, does not follow the specification for RED. As it is now, it is impossible for a receiver to know if an incoming RED packet with iSAC payloads inside consists of two "primary" (but time-shifted) payloads, or one primary and one RCU payload. The RED standard stipulates that the former option is the correct interpretation, while our implementation currently applies the latter. This CL removes support for iSAC RCU from Audio Coding Module, but leaves it in the iSAC codec itself (i.e., in the C implementation). BUG=4402 COAUTHOR=kwiberg@webrtc.org R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45569004 Cr-Commit-Position: refs/heads/master@{#8713} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8713 4adac7df-926f-26a2-2b94-8c16560cd09d
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.