shithub: libvpx

Download patch

ref: a134527bdcc31594af77da5482e6ed11a9845ba2
parent: 6d6d9b294e3afba468247634f979ff304ad6dee3
parent: abf5b8d5eb5b1214b0d6145f1ac71b4d1231d8ff
author: Jingning Han <[email protected]>
date: Thu Feb 20 13:03:12 EST 2014

Merge "Force alt reference frame off in rtc mode"

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -1381,6 +1381,9 @@
 
   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: