]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/transform.c
Add a bunch of help strings. Feel free to correct them, and add more
[vlc] / modules / video_filter / transform.c
index 9630e772b7ea485ccf7812e488a11a0a6c9e468d..bf909476159dd1776ba6dc6efad7a3e0c393bba8 100644 (file)
@@ -70,11 +70,13 @@ static const char *const type_list_text[] = { N_("Rotate by 90 degrees"),
   N_("Rotate by 180 degrees"), N_("Rotate by 270 degrees"),
   N_("Flip horizontally"), N_("Flip vertically") };
 
+#define TRANSFORM_HELP N_("Rotate or flip the video")
 #define CFG_PREFIX "transform-"
 
 vlc_module_begin ()
     set_description( N_("Video transformation filter") )
     set_shortname( N_("Transformation"))
+    set_help(TRANSFORM_HELP)
     set_capability( "video filter", 0 )
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )