]> git.sesse.net Git - vlc/commitdiff
Add shortnames to postproc and swscale. Will look better in the preferences.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 13:43:54 +0000 (14:43 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 13:43:54 +0000 (14:43 +0100)
modules/video_filter/blendbench.c
modules/video_filter/postproc.c
modules/video_filter/swscale.c

index 8495221d9ffb929e346cfba22d6098b28690b076..cde706beceea5334bf487659c8abba23bd0182b4 100644 (file)
@@ -72,7 +72,7 @@ static picture_t *Filter( filter_t *, picture_t * );
 
 vlc_module_begin ()
     set_description( N_("Blending benchmark filter") )
-    set_shortname( N_("blendbench" ))
+    set_shortname( N_("Blendbench" ))
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )
     set_capability( "video filter2", 0 )
index 9b35429089ef2ccb39d79135aa56180c6efbd237..dd9ac4545ff55db7abea70badc09aac59f707014 100644 (file)
@@ -73,6 +73,7 @@ static int PPNameCallback( vlc_object_t *, char const *,
  *****************************************************************************/
 vlc_module_begin ()
     set_description( N_("Video post processing filter") )
+    set_shortname( N_("Postproc" ) )
     add_shortcut( "postprocess" ) /* name is "postproc" */
     add_shortcut( "pp" )
     set_category( CAT_VIDEO )
index 98c176eb1c544ac846ff16626c2e979ff4a30406..1e044f46333afd3b6df0e2cf9f41a4892bb5962c 100644 (file)
@@ -66,6 +66,7 @@ const char *const ppsz_mode_descriptions[] =
 
 vlc_module_begin ()
     set_description( N_("Video scaling filter") )
+    set_shortname( N_("Swscale" ) )
     set_capability( "video filter2", 150 )
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )