]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/s16tofixed32.c
* 2nd review of modules/audio* (refs #438)
[vlc] / modules / audio_filter / converter / s16tofixed32.c
index a75a0c15a4d2a589061687120fa1d1d528b64abf..0ed8994a3fe1fa1453973928bcff7003563ad135 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * s16tofixed32.c : converter from signed 16 bits integer to fixed 32
  *****************************************************************************
- * Copyright (C) 2002 the VideoLAN team
+ * Copyright (C) 2002, 2006 the VideoLAN team
  * $Id$
  *
  * Authors: Marc Ariberti <marcari@videolan.ord>
@@ -45,7 +45,7 @@ static void DoWork    ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
 vlc_module_begin();
     set_category( CAT_AUDIO );
     set_subcategory( SUBCAT_AUDIO_MISC );
-    set_description( _("audio filter for s16->fixed32 conversion") );
+    set_description( _("Audio filter for s16->fixed32 conversion") );
     set_capability( "audio filter", 15 );
     set_callbacks( Create, NULL );
 vlc_module_end();