video_coding/media_opt_util: Removing windows warnings
Review URL: http://webrtc-codereview.appspot.com/113006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@394 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
31f24de5e3
commit
685383dd37
@ -136,12 +136,12 @@ public:
|
||||
// Extracts whether the FEC Unequal protection (UEP) is used for Key frame.
|
||||
//
|
||||
// Return value : Required Unequal protection on/off state.
|
||||
virtual WebRtc_UWord8 RequiredUepProtectionK() { return _useUepProtectionK; }
|
||||
virtual bool RequiredUepProtectionK() { return _useUepProtectionK; }
|
||||
|
||||
// Extracts whether the the FEC Unequal protection (UEP) is used for Delta frame.
|
||||
//
|
||||
// Return value : Required Unequal protection on/off state.
|
||||
virtual WebRtc_UWord8 RequiredUepProtectionD() { return _useUepProtectionD; }
|
||||
virtual bool RequiredUepProtectionD() { return _useUepProtectionD; }
|
||||
|
||||
// Updates content metrics
|
||||
void UpdateContentMetrics(const VideoContentMetrics* contentMetrics);
|
||||
|
Loading…
x
Reference in New Issue
Block a user