Clean away use of RtpAudioFeedback interface from RTP/RTCP receiver code.

BUG=webrtc:4690

Review URL: https://codereview.webrtc.org/1802993002

Cr-Commit-Position: refs/heads/master@{#12015}
This commit is contained in:
solenberg
2016-03-16 05:58:57 -07:00
committed by Commit bot
parent bf31d3c779
commit 69a81999ac
13 changed files with 14 additions and 64 deletions

View File

@ -45,7 +45,6 @@ class RtpReceiver {
// Creates an audio-enabled RTP receiver.
static RtpReceiver* CreateAudioReceiver(
Clock* clock,
RtpAudioFeedback* incoming_audio_feedback,
RtpData* incoming_payload_callback,
RtpFeedback* incoming_messages_callback,
RTPPayloadRegistry* rtp_payload_registry);