summaryrefslogtreecommitdiff
path: root/postfilter.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
committererdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
commit30325d24d107dbf133da39f7c96d1510fd1c9449 (patch)
tree932baa5b2a4475821f16dccf9e3e05011daa6d92 /postfilter.h
parent9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff)
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'postfilter.h')
-rw-r--r--postfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/postfilter.h b/postfilter.h
index 156714e..ecf7f39 100644
--- a/postfilter.h
+++ b/postfilter.h
@@ -28,6 +28,8 @@
28#ifndef __POSTFILTER__ 28#ifndef __POSTFILTER__
29#define __POSTFILTER__ 29#define __POSTFILTER__
30 30
31#include "defines.h"
32
31void postfilter(MODEL *model, float *bg_est); 33void postfilter(MODEL *model, float *bg_est);
32 34
33#endif 35#endif