| Index: webrtc/video/video_receive_stream.h
|
| diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
|
| index 22e476f45085015d12d795490690bb2639c054b4..6020d3f88d01368f17a4b73b768bce9ad3241375 100644
|
| --- a/webrtc/video/video_receive_stream.h
|
| +++ b/webrtc/video/video_receive_stream.h
|
| @@ -107,7 +107,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
|
| void SetMinimumPlayoutDelay(int delay_ms) override;
|
|
|
| private:
|
| - static bool DecodeThreadFunction(void* ptr);
|
| + static void DecodeThreadFunction(void* ptr);
|
| bool Decode();
|
|
|
| rtc::ThreadChecker worker_thread_checker_;
|
|
|