diff options
Diffstat (limited to 'third_party/libwebrtc/pc/audio_rtp_receiver.h')
-rw-r--r-- | third_party/libwebrtc/pc/audio_rtp_receiver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/libwebrtc/pc/audio_rtp_receiver.h b/third_party/libwebrtc/pc/audio_rtp_receiver.h index 86c42d532a..36cbdffc35 100644 --- a/third_party/libwebrtc/pc/audio_rtp_receiver.h +++ b/third_party/libwebrtc/pc/audio_rtp_receiver.h @@ -118,8 +118,7 @@ class AudioRtpReceiver : public ObserverInterface, std::vector<RtpSource> GetSources() const override; int AttachmentId() const override { return attachment_id_; } void SetDepacketizerToDecoderFrameTransformer( - rtc::scoped_refptr<webrtc::FrameTransformerInterface> frame_transformer) - override; + rtc::scoped_refptr<FrameTransformerInterface> frame_transformer) override; private: void RestartMediaChannel(absl::optional<uint32_t> ssrc) |