| Index: talk/media/base/mediachannel.h
|
| diff --git a/talk/media/base/mediachannel.h b/talk/media/base/mediachannel.h
|
| index 1500c0ea9660719ce2962a9c240c229c7df73fd1..dfd3be9010948ac78078d7979217db56a537f189 100644
|
| --- a/talk/media/base/mediachannel.h
|
| +++ b/talk/media/base/mediachannel.h
|
| @@ -989,9 +989,6 @@ class VideoMediaChannel : public MediaChannel {
|
| virtual bool SetRecvParameters(const VideoRecvParameters& params) = 0;
|
| // Gets the currently set codecs/payload types to be used for outgoing media.
|
| virtual bool GetSendCodec(VideoCodec* send_codec) = 0;
|
| - // Sets the format of a specified outgoing stream.
|
| - virtual bool SetSendStreamFormat(uint32_t ssrc,
|
| - const VideoFormat& format) = 0;
|
| // Starts or stops transmission (and potentially capture) of local video.
|
| virtual bool SetSend(bool send) = 0;
|
| // Configure stream for sending.
|
|
|