| commit | 6b41d4da40cb3c22990a3a1fe1bcb2d2fce89fea | [log] [tgz] |
|---|---|---|
| author | Johann <johannkoenig@google.com> | Thu Feb 08 14:32:53 2018 -0800 |
| committer | Johann <johannkoenig@google.com> | Sat Feb 10 08:50:10 2018 -0800 |
| tree | eb1c09d1ebc9fa31b8c5d7cc66d191e64e0ed6d1 | |
| parent | b0ef6ff3151f021194b9537677892f168a7a7da9 [diff] [blame] |
av1/[common|decoder]: apply clang-format v5.0.0 Change-Id: I86befaf7aa35f3f9b18618db1a27d191c1f7af36
diff --git a/av1/common/convolve.h b/av1/common/convolve.h index f9ee3e3..b95a58f 100644 --- a/av1/common/convolve.h +++ b/av1/common/convolve.h
@@ -88,7 +88,7 @@ , int w, int h #endif - ) { +) { #if CONFIG_DUAL_FILTER InterpFilter filter_x = av1_extract_interp_filter(interp_filters, 1); InterpFilter filter_y = av1_extract_interp_filter(interp_filters, 0);