]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/scene.c
Add a bunch of help strings. Feel free to correct them, and add more
[vlc] / modules / video_filter / scene.c
index 0e9a3f783f3df01f4a95848988e96f3b3c5f5149..532aae647e28e937422ca30a927362216f338ff3 100644 (file)
@@ -85,11 +85,13 @@ static void SavePicture( filter_t *, picture_t * );
                             "creating one file per image. In this case, " \
                              "the number is not appended to the filename." )
 
+#define SCENE_HELP N_("Send your video to picture files")
 #define CFG_PREFIX "scene-"
 
 vlc_module_begin ()
     set_shortname( N_( "Scene filter" ) )
     set_description( N_( "Scene video filter" ) )
+    set_help(SCENE_HELP)
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VOUT )
     set_capability( "video filter2", 0 )