commit | fd5a20fd683c826bb26b3a03abb068c1ce084a7b | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Tue Nov 15 00:57:57 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 15 08:58:06 2016 +0000 |
tree | a1748e9ee4ef7235353f02b084cd8506c59a13b5 | |
parent | 77bfd7c1b868942cdf2776283bcef26d365f97dd [diff] [blame] |
New jitter buffer experiment. BUG=webrtc:5514 Review-Url: https://codereview.webrtc.org/2480293002 Cr-Commit-Position: refs/heads/master@{#15077}
diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h index cb24654..fa19ac4 100644 --- a/webrtc/modules/video_coding/video_coding_impl.h +++ b/webrtc/modules/video_coding/video_coding_impl.h
@@ -143,6 +143,8 @@ int32_t Decode(uint16_t maxWaitTimeMs); + int32_t Decode(const webrtc::VCMEncodedFrame* frame); + int32_t ReceiveCodec(VideoCodec* currentReceiveCodec) const; VideoCodecType ReceiveCodec() const;