]> git.sesse.net Git - vlc/blobdiff - modules/codec/mpeg_video/idct/idctmmx.c
* modules/*: sanitization of the modules description strings.
[vlc] / modules / codec / mpeg_video / idct / idctmmx.c
index 4529ff3acd7a0b5e692b264b603049bd84c3ece3..f3fdfabd1c547d8c89d2c8b1e713720922667eea 100644 (file)
@@ -2,7 +2,7 @@
  * idctmmx.c : MMX IDCT module
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: idctmmx.c,v 1.3 2002/08/08 22:28:22 sam Exp $
+ * $Id: idctmmx.c,v 1.4 2003/03/30 18:14:36 gbazin Exp $
  *
  * Authors: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
  *          Michel Lespinasse <walken@zoy.org>
@@ -44,7 +44,7 @@ static int Open( vlc_object_t *p_this );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_description( _("MMX IDCT module") );
+    set_description( _("MMX IDCT") );
     set_capability( "idct", 150 );
     add_shortcut( "mmx" );
     add_requirement( MMX );