projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0958bbd
)
[spatial svc] Disable auto alt reference
author
Minghai Shang
<minghai@google.com>
Wed, 21 May 2014 23:55:09 +0000
(16:55 -0700)
committer
Minghai Shang
<minghai@google.com>
Wed, 21 May 2014 23:55:09 +0000
(16:55 -0700)
Change-Id: I2a41c1fe08261065dd21fe631b2b5937acfbfb51
vpx/src/svc_encodeframe.c
patch
|
blob
|
history
diff --git
a/vpx/src/svc_encodeframe.c
b/vpx/src/svc_encodeframe.c
index
4009a8a
..
7ee2a98
100644
(file)
--- a/
vpx/src/svc_encodeframe.c
+++ b/
vpx/src/svc_encodeframe.c
@@
-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;
}