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

Unified Diff: video/video_receive_stream.h

Issue 3017613002: Continuously request keyframes if decoding does not recover. (Closed)
Patch Set: Created 3 years, 3 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
« no previous file with comments | « no previous file | video/video_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: video/video_receive_stream.h
diff --git a/video/video_receive_stream.h b/video/video_receive_stream.h
index 7a4a13e474221cc5a2f0d2a690b61746be99c085..c8eef5c46946225ab72c42f0265674f3b254c549 100644
--- a/video/video_receive_stream.h
+++ b/video/video_receive_stream.h
@@ -155,6 +155,8 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
// If we have successfully decoded any frame.
bool frame_decoded_ = false;
+
+ int64_t last_keyframe_request_ms_ = 0;
};
} // namespace internal
} // namespace webrtc
« no previous file with comments | « no previous file | video/video_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698