[spatial svc] Disable auto alt reference
authorMinghai Shang <minghai@google.com>
Wed, 21 May 2014 23:55:09 +0000 (16:55 -0700)
committerMinghai Shang <minghai@google.com>
Wed, 21 May 2014 23:55:09 +0000 (16:55 -0700)
Change-Id: I2a41c1fe08261065dd21fe631b2b5937acfbfb51

vpx/src/svc_encodeframe.c

index 4009a8a..7ee2a98 100644 (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;
 }