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

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

Issue 25544003: Fix code style and gyp files in cast to build cast_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed gyp files Created 7 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
Index: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
diff --git a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
index cd005d53c85a2287717db34cc1d28a88ee0efec0..26208f5df54ad9c6c804fc9b8e9cf7ea3720c5c7 100644
--- a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
+++ b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
@@ -12,15 +12,7 @@ namespace media {
namespace cast {
struct RtpPacketizerConfig {
- RtpPacketizerConfig() {
- ssrc = 0;
- max_payload_length = kIpPacketSize - 28; // Default is IP-v4/UDP.
- audio = false;
- frequency = 8000;
- payload_type = -1;
- sequence_number = 0;
- rtp_timestamp = 0;
- }
+ RtpPacketizerConfig();
// General.
bool audio;

Powered by Google App Engine
This is Rietveld 408576698