Fix vie_encoder.cc.

TBR=ajm

Review URL: http://webrtc-codereview.appspot.com/301004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1079 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2011-12-01 17:45:28 +00:00
parent 84d17838ac
commit c6182915a3

View File

@ -39,7 +39,7 @@ class QMTestVideoSettingsCallback : public VCMQMSettingsCallback {
const WebRtc_UWord32 width,
const WebRtc_UWord32 height);
WebRtc_Word32 SetMaxPayloadLength(WebRtc_Word32 num_cores);
void SetMaxPayloadLength(WebRtc_Word32 num_cores);
private:
VideoProcessingModule* vpm_;
@ -832,7 +832,7 @@ WebRtc_Word32 QMTestVideoSettingsCallback::SetVideoQMSettings(
return ret_val;
}
WebRtc_Word32 QMTestVideoSettingsCallback::SetMaxPayloadLength(
void QMTestVideoSettingsCallback::SetMaxPayloadLength(
WebRtc_Word32 max_payload_length) {
max_payload_length_ = max_payload_length;
}