Coverity fix 10325: uninitialized scalar field.

Review URL: https://webrtc-codereview.appspot.com/788005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2750 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
marpan@webrtc.org 2012-09-11 20:34:15 +00:00
parent 414fa7f0c4
commit cb8050c166

View File

@ -30,6 +30,7 @@ VCMQmMethod::VCMQmMethod()
native_width_(0),
native_height_(0),
native_frame_rate_(0.0f),
image_type_(kVGA),
framerate_level_(kFrameRateHigh),
init_(false) {
ResetQM();