Build error fix from r316/r314.
Review URL: http://webrtc-codereview.appspot.com/95013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@317 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7bb8a9444d
commit
8726e270ec
@ -359,7 +359,6 @@ VP8Encoder::InitAndSetControlSettings()
|
||||
return WEBRTC_VIDEO_CODEC_OK;
|
||||
}
|
||||
|
||||
#ifdef VP8_LATEST
|
||||
WebRtc_UWord32
|
||||
VP8Encoder::MaxIntraTarget(WebRtc_UWord32 optimalBuffersize)
|
||||
{
|
||||
@ -380,7 +379,6 @@ VP8Encoder::MaxIntraTarget(WebRtc_UWord32 optimalBuffersize)
|
||||
|
||||
return targetPct;
|
||||
}
|
||||
#endif
|
||||
|
||||
WebRtc_Word32
|
||||
VP8Encoder::Encode(const RawImage& inputImage,
|
||||
|
Loading…
x
Reference in New Issue
Block a user