vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Aug 13 
23:06:33 2014 +0300| [96054d7e0dd6732e4773a4e56f8c30c15bdde74e] | committer: 
Rémi Denis-Courmont

chorus_fangler: incomplete prototype

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96054d7e0dd6732e4773a4e56f8c30c15bdde74e
---

 modules/audio_filter/chorus_flanger.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_filter/chorus_flanger.c 
b/modules/audio_filter/chorus_flanger.c
index 4bc0b4d..c61555b 100644
--- a/modules/audio_filter/chorus_flanger.c
+++ b/modules/audio_filter/chorus_flanger.c
@@ -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 );

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to