]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/panoramix.c
Add a bunch of help strings. Feel free to correct them, and add more
[vlc] / modules / video_filter / panoramix.c
index 4c23398d6a57a6abdaef908eb15684e85862f8d5..10b16e2e14a7e452c8ae5c0f0a69b82f80b3ba1e 100644 (file)
 
 #define CFG_PREFIX "panoramix-"
 
+#define PANORAMIX_HELP N_("Split the video in multiple windows to " \
+    "display on a wall of screens")
+
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 vlc_module_begin()
     set_description( N_("Panoramix: wall with overlap video filter") )
     set_shortname( N_("Panoramix" ))
+    set_help(PANORAMIX_HELP)
     set_capability( "video splitter", 0 )
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )