summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-02-20 18:03:12 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-02-20 18:03:12 -0800
commita134527bdcc31594af77da5482e6ed11a9845ba2 (patch)
treebf6b3401b6801cdcc8b95325ee3b3178d42305f5 /vp9/encoder
parent6d6d9b294e3afba468247634f979ff304ad6dee3 (diff)
parentabf5b8d5eb5b1214b0d6145f1ac71b4d1231d8ff (diff)
downloadlibvpx-a134527bdcc31594af77da5482e6ed11a9845ba2.tar
libvpx-a134527bdcc31594af77da5482e6ed11a9845ba2.tar.gz
libvpx-a134527bdcc31594af77da5482e6ed11a9845ba2.tar.bz2
libvpx-a134527bdcc31594af77da5482e6ed11a9845ba2.zip
Merge "Force alt reference frame off in rtc mode"
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_onyx_if.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c
index 73ac9bc88..e11232e61 100644
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -1381,6 +1381,9 @@ void vp9_change_config(VP9_PTR ptr, VP9_CONFIG *oxcf) {
cpi->oxcf = *oxcf;
+ if (cpi->oxcf.cpu_used == -6)
+ cpi->oxcf.play_alternate = 0;
+
switch (cpi->oxcf.mode) {
// Real time and one pass deprecated in test code base
case MODE_GOODQUALITY: