From 8e3da0973f24bf56f7125942abf6d1bf299c9883 Mon Sep 17 00:00:00 2001 From: Sebastien Alaiwan Date: Thu, 8 Jun 2017 07:30:58 +0000 Subject: [PATCH] Revert "Enable one_sided_compound by default" This reverts commit bf3813a166111c830ed938619c9b0553b9bef90e. Reason for revert: feature not ready. Incompatible with lossless under some circumstances, causes the following assertion failure: Assertion `(!is_compound) == (cm->reference_mode == SINGLE_REFERENCE)' failed BUG=aomedia:575 Change-Id: I63a2b38ce3b7cb50108ac559cca0768b4579c9ae --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 1a749604c..5f634ff87 100755 --- a/configure +++ b/configure @@ -491,7 +491,6 @@ post_process_cmdline() { soft_enable loopfiltering_across_tiles soft_enable ec_smallmul soft_enable var_tx - soft_enable one_sided_compound soft_enable ext_inter soft_enable wedge soft_enable compound_segment -- GitLab