X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faudio_mixer%2Ffloat32.c;h=e6ed9a7cc5e6e56f87491680db83622344e95143;hb=e7c220f4b72efdb7fd0183bfcd7a0d53696ac330;hp=3e93914b9077a5f59eedcf7a4df03e98817bff55;hpb=a1e813777408263806ec177c14eedcfe871d6160;p=vlc diff --git a/modules/audio_mixer/float32.c b/modules/audio_mixer/float32.c index 3e93914b90..e6ed9a7cc5 100644 --- a/modules/audio_mixer/float32.c +++ b/modules/audio_mixer/float32.c @@ -1,8 +1,8 @@ /***************************************************************************** * float32.c : precise float32 audio mixer implementation ***************************************************************************** - * Copyright (C) 2002 VideoLAN - * $Id: float32.c,v 1.9 2003/03/30 18:14:36 gbazin Exp $ + * Copyright (C) 2002 the VideoLAN team + * $Id$ * * Authors: Christophe Massiot * @@ -42,7 +42,9 @@ static void DoWork ( aout_instance_t *, aout_buffer_t * ); * Module descriptor *****************************************************************************/ vlc_module_begin(); - set_description( _("float32 audio mixer") ); + set_category( CAT_AUDIO ); + set_subcategory( SUBCAT_AUDIO_MISC ); + set_description( _("Float32 audio mixer") ); set_capability( "audio mixer", 10 ); set_callbacks( Create, NULL ); vlc_module_end();