]> git.sesse.net Git - vlc/blobdiff - modules/codec/mpeg_video/motion/motionaltivec.c
* modules/*: sanitization of the modules description strings.
[vlc] / modules / codec / mpeg_video / motion / motionaltivec.c
index 1ea055e51de2e9be53cfaa6e8836ccb09b3f16fc..734068d937513f9c2b5412d107c76d99613252fd 100644 (file)
@@ -2,7 +2,7 @@
  * motionaltivec.c : AltiVec motion compensation module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: motionaltivec.c,v 1.1 2002/08/04 17:23:42 sam Exp $
+ * $Id: motionaltivec.c,v 1.2 2003/03/30 18:14:37 gbazin Exp $
  *
  * Authors: Michel Lespinasse <walken@zoy.org>
  *          Paul Mackerras <paulus@linuxcare.com.au>
@@ -44,7 +44,7 @@ static int Open ( vlc_object_t * );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_description( _("AltiVec motion compensation module") );
+    set_description( _("AltiVec motion compensation") );
     set_capability( "motion compensation", 150 );
     add_requirement( ALTIVEC );
     add_shortcut( "altivec" );