comparison libaf/af_bs2b.c @ 34174:a93891202051

Add missing mp_msg.h #includes, remove some unnecessary ones.
author diego
date Wed, 26 Oct 2011 15:12:35 +0000
parents 80865c30ee80
children
comparison
equal deleted inserted replaced
34173:a5d8b198c214 34174:a93891202051
24 #include <bs2b.h> 24 #include <bs2b.h>
25 #include <inttypes.h> 25 #include <inttypes.h>
26 #include <stdlib.h> 26 #include <stdlib.h>
27 #include <string.h> 27 #include <string.h>
28 28
29 #include "mp_msg.h"
30 #include "subopt-helper.h"
29 #include "af.h" 31 #include "af.h"
30 #include "subopt-helper.h"
31 32
32 /// Internal specific data of the filter 33 /// Internal specific data of the filter
33 struct af_bs2b { 34 struct af_bs2b {
34 int fcut; ///< cut frequency in Hz 35 int fcut; ///< cut frequency in Hz
35 int feed; ///< feed level for low frequencies in 0.1*dB 36 int feed; ///< feed level for low frequencies in 0.1*dB