]> git.sesse.net Git - vlc/commitdiff
speexdsp: add speex alias
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 19:00:37 +0000 (21:00 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 19:00:55 +0000 (21:00 +0200)
modules/audio_filter/resampler/speex.c

index 9b967bfc4828c3216e1c9e7f607e3dda0c53c28c..d41248e395ab67878a48ed2fd1b63a079eb02da1 100644 (file)
@@ -53,6 +53,7 @@ vlc_module_begin ()
     add_submodule ()
     set_capability ("audio resampler", 0)
     set_callbacks (OpenResampler, Close)
+    add_shortcut ("speex")
 vlc_module_end ()
 
 static block_t *Resample (filter_t *, block_t *);