[spatial svc] Disable auto alt reference

Change-Id: I2a41c1fe08261065dd21fe631b2b5937acfbfb51
This commit is contained in:
Minghai Shang 2014-05-21 16:55:09 -07:00
parent 0958bbd185
commit 652a3cc29f

View File

@ -604,6 +604,7 @@ vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1);
vpx_codec_control(codec_ctx, VP8E_SET_TOKEN_PARTITIONS, 1);
vpx_codec_control(codec_ctx, VP8E_SET_ENABLEAUTOALTREF, 0);
return VPX_CODEC_OK;
}