diff --git a/av1/common/filter.h b/av1/common/filter.h index 15fc806dc..eb39a7fc8 100644 --- a/av1/common/filter.h +++ b/av1/common/filter.h @@ -38,8 +38,8 @@ extern "C" { #else #define SWITCHABLE_FILTERS 3 /* Number of switchable filters */ #define LOG_SWITCHABLE_FILTERS \ - 2 /* (1 << LOG_SWITCHABLE_FILTERS) > SWITCHABLE_FILTERS */ -#endif // CONFIG_EXT_INTERP + 2 /* (1 << LOG_SWITCHABLE_FILTERS) > SWITCHABLE_FILTERS */ +#endif // CONFIG_EXT_INTERP #define USE_TEMPORALFILTER_12TAP 1 #if USE_TEMPORALFILTER_12TAP