]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/erase.c
Add a bunch of help strings. Feel free to correct them, and add more
[vlc] / modules / video_filter / erase.c
index 55b26b3fde05c4ea022ef13d11156c30a6fbc35f..5bbcfaede1434752c9585e753ca4c6e18ab4cffd 100644 (file)
@@ -59,12 +59,15 @@ static int EraseCallback( vlc_object_t *, char const *,
 #define POSY_TEXT N_("Y coordinate")
 #define POSY_LONGTEXT N_("Y coordinate of the mask.")
 
+#define ERASE_HELP N_("Remove zones of the video using a picture as mask")
+
 #define CFG_PREFIX "erase-"
 
 vlc_module_begin ()
     set_description( N_("Erase video filter") )
     set_shortname( N_( "Erase" ))
     set_capability( "video filter2", 0 )
+    set_help(ERASE_HELP)
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )