Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: webrtc/video/video_receive_stream.h

Issue 2764573002: Deliver video frames on Android, on the decode thread. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index cb2c73fe2828334e17f2b4c56cf40a0a94e568da..3248a4fb271c689ea989f0f935bcec9f59ca6279 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -109,7 +109,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_;

Powered by Google App Engine
This is Rietveld 408576698