diff options
Diffstat (limited to 'src/common/emphasis.h')
-rw-r--r-- | src/common/emphasis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/emphasis.h b/src/common/emphasis.h index 283afb1..235e3ce 100644 --- a/src/common/emphasis.h +++ b/src/common/emphasis.h @@ -5,7 +5,7 @@ typedef struct emphasis { double amp; } p; struct { - filter_t hp; + iir_filter_t hp; double y_last; double factor; double amp; |