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:
pbos@webrtc.org
2013-06-05 11:39:18 +00:00
parent 025f4f152b
commit 7f1b0ae888

View File

@ -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;