]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/grain.c
Add a bunch of help strings. Feel free to correct them, and add more
[vlc] / modules / video_filter / grain.c
index 92e0cfe50f3aa824bc4d82cfb5e8b2ec74fc81c1..685af6fffcc73a7a03293371b0463a722e77a081 100644 (file)
@@ -45,12 +45,14 @@ static picture_t *Filter( filter_t *, picture_t * );
 
 #define FILTER_PREFIX "grain-"
 
+#define NOISE_HELP N_("add grain to image")
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin ()
     set_description( N_("Grain video filter") )
     set_shortname( N_( "Grain" ))
+    set_help(NOISE_HELP)
     set_capability( "video filter2", 0 )
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )