fix missing #endif in bw_bd_reduce

This commit is contained in:
Stefano D'Angelo 2024-07-02 11:37:08 +02:00
parent 99b6ec2996
commit 7b53b045a9

View File

@ -433,6 +433,7 @@ static inline void bw_bd_reduce_process_multi(
#ifndef BW_NO_DEBUG
for (size_t i = 0; i < n_channels; i++)
BW_ASSERT_DEEP(bw_has_only_finite(y[i], n_samples));
#endif
}
static inline void bw_bd_reduce_set_bit_depth(