| Index: webrtc/video/rtp_stream_receiver.h
|
| diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
|
| index 082f1056da4067cf30cab780977306612b331907..6968cc64285d9dadb9ad136db0627a4cd44b463f 100644
|
| --- a/webrtc/video/rtp_stream_receiver.h
|
| +++ b/webrtc/video/rtp_stream_receiver.h
|
| @@ -82,7 +82,7 @@ class RtpStreamReceiver : public RtpData,
|
| VCMTiming* timing);
|
| ~RtpStreamReceiver();
|
|
|
| - bool SetReceiveCodec(const VideoCodec& video_codec);
|
| + bool AddReceiveCodec(const VideoCodec& video_codec);
|
|
|
| uint32_t GetRemoteSsrc() const;
|
| int GetCsrcs(uint32_t* csrcs) const;
|
|
|