Fix init list for VideoSendStream::Config::Rtp.
BUG= R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1616004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4183 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -86,12 +86,7 @@ class VideoSendStream {
|
||||
VideoCodec codec;
|
||||
|
||||
struct Rtp {
|
||||
Rtp()
|
||||
: mode(kRtcpReducedSize),
|
||||
max_packet_size(0),
|
||||
nack(NULL),
|
||||
fec(NULL),
|
||||
rtx(NULL) {}
|
||||
Rtp() : mode(kRtcpReducedSize), max_packet_size(0) {}
|
||||
RtcpMode mode;
|
||||
|
||||
std::vector<uint32_t> ssrcs;
|
||||
|
Reference in New Issue
Block a user