| Index: webrtc/modules/video_coding/video_coding_impl.h
|
| diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h
|
| index a45105a6ced3ea2c30b0499c1abe12828e3ab41c..45ec51dea4faa51ba3c44f2c807db21969865337 100644
|
| --- a/webrtc/modules/video_coding/video_coding_impl.h
|
| +++ b/webrtc/modules/video_coding/video_coding_impl.h
|
| @@ -171,6 +171,8 @@ class VideoReceiver : public Module {
|
|
|
| int32_t Decode(const webrtc::VCMEncodedFrame* frame);
|
|
|
| + void PollDecodedFrames();
|
| +
|
| int32_t ReceiveCodec(VideoCodec* currentReceiveCodec) const;
|
| VideoCodecType ReceiveCodec() const;
|
|
|
|
|