Commit 96054d7e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

chorus_fangler: incomplete prototype

parent 7fd52159
...@@ -99,7 +99,7 @@ vlc_module_end () ...@@ -99,7 +99,7 @@ vlc_module_end ()
* small_value: Helper function * small_value: Helper function
* return high pass cutoff * return high pass cutoff
*/ */
static inline float small_value() static inline float small_value(void)
{ {
/* allows for 2^-24, should be enough for 24-bit DACs at least */ /* allows for 2^-24, should be enough for 24-bit DACs at least */
return ( 1.0 / 16777216.0 ); return ( 1.0 / 16777216.0 );
......
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