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

Unified Diff: webrtc/video/rtp_stream_receiver.h

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Created 3 years, 8 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/rtp_stream_receiver.h
diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
index afd19a7addc34a639bb5fe195c79716c950b01b5..53067e9fdffdd5776fa115aefb532b006efc87d8 100644
--- a/webrtc/video/rtp_stream_receiver.h
+++ b/webrtc/video/rtp_stream_receiver.h
@@ -150,7 +150,9 @@ class RtpStreamReceiver : public RtpData,
bool IsPacketInOrder(const RTPHeader& header) const;
bool IsPacketRetransmitted(const RTPHeader& header, bool in_order) const;
void UpdateHistograms();
+#if 0
void EnableReceiveRtpHeaderExtension(const std::string& extension, int id);
+#endif
bool IsRedEnabled() const;
void InsertSpsPpsIntoTracker(uint8_t payload_type);

Powered by Google App Engine
This is Rietveld 408576698