| Index: webrtc/modules/video_coding/main/source/receiver.h
|
| diff --git a/webrtc/modules/video_coding/main/source/receiver.h b/webrtc/modules/video_coding/main/source/receiver.h
|
| index e2515d438fcf140a700ce27a9a8faee9056ec01a..f34ac108cfceb09121a9ddbbad38cd05cc0508ec 100644
|
| --- a/webrtc/modules/video_coding/main/source/receiver.h
|
| +++ b/webrtc/modules/video_coding/main/source/receiver.h
|
| @@ -47,7 +47,7 @@ class VCMReceiver {
|
| uint16_t frame_height);
|
| VCMEncodedFrame* FrameForDecoding(uint16_t max_wait_time_ms,
|
| int64_t& next_render_time_ms,
|
| - bool render_timing = true);
|
| + bool has_only_one_output_buffer);
|
| void ReleaseFrame(VCMEncodedFrame* frame);
|
| void ReceiveStatistics(uint32_t* bitrate, uint32_t* framerate);
|
| uint32_t DiscardedPackets() const;
|
|
|