]> git.sesse.net Git - vlc/blobdiff - modules/codec/mpeg_video/motion/motion.c
* modules/*: sanitization of the modules description strings.
[vlc] / modules / codec / mpeg_video / motion / motion.c
index b53c6c79362ac2813105511cfc98c01520ef8dc8..72a862c41b51fdb10469a533a6e67162bb950252 100644 (file)
@@ -2,7 +2,7 @@
  * motion.c : C motion compensation module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: motion.c,v 1.2 2002/08/08 00:35:11 sam Exp $
+ * $Id: motion.c,v 1.3 2003/03/30 18:14:37 gbazin Exp $
  *
  * Authors: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
  *          Michel Lespinasse <walken@zoy.org>
@@ -39,7 +39,7 @@ static int Open ( vlc_object_t * );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_description( _("motion compensation module") );
+    set_description( _("motion compensation") );
     set_capability( "motion compensation", 50 );
     add_shortcut( "c" );
     set_callbacks( Open, NULL );