summaryrefslogtreecommitdiff
path: root/video/video_send_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/video_send_stream.h')
-rw-r--r--video/video_send_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/video_send_stream.h b/video/video_send_stream.h
index 3ea4fbfb..15cf6424 100644
--- a/video/video_send_stream.h
+++ b/video/video_send_stream.h
@@ -50,8 +50,8 @@ class VideoSendStream : public webrtc::VideoSendStream,
virtual void StopSending() OVERRIDE;
- virtual bool SetCodec(const VideoCodec& codec) OVERRIDE;
- virtual VideoCodec GetCodec() OVERRIDE;
+ virtual bool ReconfigureVideoEncoder(const std::vector<VideoStream>& streams,
+ void* encoder_settings) OVERRIDE;
virtual Stats GetStats() const OVERRIDE;