Commit a7420312 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add shortnames to postproc and swscale. Will look better in the preferences.

parent c138b6e5
......@@ -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 )
......
......@@ -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 )
......
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment