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

Unified Diff: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 7 years, 1 month 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: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
diff --git a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
index 783c87c440794cefab2b69338877aec32ea03de2..98dc169578610cdb04400b1de4540f599ccd45f8 100644
--- a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
+++ b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
@@ -50,7 +50,8 @@ class RtpPacketizer {
private:
void Cast(bool is_key, uint8 reference_frame_id,
- uint32 timestamp, std::vector<uint8> data);
+ uint32 timestamp, const std::string& data);
+
void BuildCommonRTPheader(std::vector<uint8>* packet, bool marker_bit,
uint32 time_stamp);

Powered by Google App Engine
This is Rietveld 408576698