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

Unified Diff: webrtc/video/rtp_stream_receiver.h

Issue 2874933004: Request keyframe if the first received frame is not a keyframe. (Closed)
Patch Set: Created 3 years, 7 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 | webrtc/video/rtp_stream_receiver.cc » ('j') | webrtc/video/rtp_stream_receiver.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/rtp_stream_receiver.h
diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
index afd19a7addc34a639bb5fe195c79716c950b01b5..89fc4f6b9347a41e498edc19e31f89c8b86ff7ab 100644
--- a/webrtc/video/rtp_stream_receiver.h
+++ b/webrtc/video/rtp_stream_receiver.h
@@ -192,6 +192,8 @@ class RtpStreamReceiver : public RtpData,
// Maps a payload type to a map of out-of-band supplied codec parameters.
std::map<uint8_t, std::map<std::string, std::string>> pt_codec_params_;
int16_t last_payload_type_ = -1;
+
+ bool has_received_frame_;
};
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/video/rtp_stream_receiver.cc » ('j') | webrtc/video/rtp_stream_receiver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698