commit | 9275a7c150eb18f4ce3ea50804414108215cd635 | [log] [tgz] |
---|---|---|
author | Debargha Mukherjee <debargha@google.com> | Sun Feb 12 01:34:31 2017 -0800 |
committer | Debargha Mukherjee <debargha@google.com> | Tue Feb 14 17:58:53 2017 +0000 |
tree | cbf271e9ee723dc2d5e3a41e3af016167d15a78e | |
parent | 87fdc289d45e5a6176bd56fb86a6d2c2328817e2 [diff] |
Fixes a mismatch introduced in a previous patch Fixes a mismatch introdcuded with ext-inter + motion-var in https://aomedia.googlesource.com/aom/+/42d9610a797dbc778797c04445578eba514d4099 Change-Id: I9d357b6db8fdbfccc7d95aaa196d5d0574ef431b
diff --git a/av1/decoder/decodemv.c b/av1/decoder/decodemv.c index 32463d4..4872ef6 100644 --- a/av1/decoder/decodemv.c +++ b/av1/decoder/decodemv.c
@@ -1944,6 +1944,7 @@ #endif // CONFIG_MOTION_VAR || CONFIG_WARPED_MOTION #if CONFIG_EXT_INTER + mbmi->interinter_compound_data.type = COMPOUND_AVERAGE; if (cm->reference_mode != SINGLE_REFERENCE && is_inter_compound_mode(mbmi->mode) #if CONFIG_MOTION_VAR || CONFIG_WARPED_MOTION