VP8: Removing VP8Latest flag following the update to the Cayuga release

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@415 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@webrtc.org 2011-08-22 21:25:39 +00:00
parent d70b77d19f
commit 0e16b78ec9
2 changed files with 0 additions and 4 deletions

View File

@ -26,8 +26,6 @@ typedef struct vpx_codec_enc_cfg vpx_codec_enc_cfg_t;
typedef struct vpx_image vpx_image_t;
typedef struct vpx_ref_frame vpx_ref_frame_t;
//#define VP8_LATEST
namespace webrtc
{

View File

@ -345,10 +345,8 @@ VP8Encoder::InitAndSetControlSettings()
}
vpx_codec_control(_encoder, VP8E_SET_STATIC_THRESHOLD, 800);
vpx_codec_control(_encoder, VP8E_SET_CPUUSED, _cpuSpeed);
#ifdef VP8_LATEST
vpx_codec_control(_encoder, VP8E_SET_MAX_INTRA_BITRATE_PCT,
_rcMaxIntraTarget);
#endif
*_cfg = cfg_copy;
_inited = true;