]> git.sesse.net Git - vlc/commitdiff
chorus_fangler: incomplete prototype
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 13 Aug 2014 20:06:33 +0000 (23:06 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 13 Aug 2014 20:22:43 +0000 (23:22 +0300)
modules/audio_filter/chorus_flanger.c

index 4bc0b4d6854f9dc5224cef50417d1d846a604422..c61555bc91ba0fed5026ab098c6cd1f1719feaa9 100644 (file)
@@ -99,7 +99,7 @@ vlc_module_end ()
  * small_value: Helper function
  * 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 */
     return ( 1.0 / 16777216.0 );