Commit 567cde95 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

bandlimited: signedness correction

parent c551d39f
...@@ -72,7 +72,7 @@ struct filter_sys_t ...@@ -72,7 +72,7 @@ struct filter_sys_t
size_t i_buf_size; size_t i_buf_size;
double d_old_factor; double d_old_factor;
int i_old_wing; size_t i_old_wing;
unsigned int i_remainder; /* remainder of previous sample */ unsigned int i_remainder; /* remainder of previous sample */
bool b_first; bool b_first;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment