Correcting vie_encoder nits.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1093 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2011-12-02 23:39:11 +00:00
parent 6b1bfd6c5e
commit 626fbfd4cd

View File

@ -30,8 +30,8 @@ class QMTestVideoSettingsCallback : public VCMQMSettingsCallback {
public:
QMTestVideoSettingsCallback(VideoProcessingModule* vpm,
VideoCodingModule* vcm,
WebRtc_Word32 num_of_cores_,
WebRtc_Word32 max_payload_length_);
WebRtc_Word32 num_of_cores,
WebRtc_Word32 max_payload_length);
~QMTestVideoSettingsCallback();
// Update VPM with QM (quality modes: frame size & frame rate) settings.
@ -39,7 +39,7 @@ class QMTestVideoSettingsCallback : public VCMQMSettingsCallback {
const WebRtc_UWord32 width,
const WebRtc_UWord32 height);
void SetMaxPayloadLength(WebRtc_Word32 num_cores);
void SetMaxPayloadLength(WebRtc_Word32 max_payload_length);
private:
VideoProcessingModule* vpm_;