]> git.sesse.net Git - vlc/blobdiff - include/vlc_config_cat.h
#transcode{vfilter=...} only works with video filter2 filters.
[vlc] / include / vlc_config_cat.h
index 96eac42adb36e0b028cdfccf74befa9deeb3ac87..7578d41a5e28dac44f8dc84da5b02748f8deae2a 100644 (file)
@@ -39,7 +39,7 @@
 #define INTF_TITLE N_("Interface")
 #define INTF_HELP  N_( "Settings for VLC's interfaces" )
 
-#define INTF_GENERAL_HELP N_( "General interface setttings" )
+#define INTF_GENERAL_HELP N_( "General interface settings" )
 
 #define INTF_MAIN_TITLE  N_( "Main interfaces" )
 #define INTF_MAIN_HELP N_( "Settings for the main interface" )
 #define VFILTER_HELP N_( \
     "Video filters are used to postprocess the video stream." )
 
+#define VFILTER2_TITLE N_("Filters (v2)" )
+#define VFILTER2_HELP N_( \
+    "Video filters are used to postprocess the video stream." )
+
 #define SUBPIC_TITLE N_( "Subtitles/OSD")
 #define SUBPIC_HELP N_( "Miscellaneous settings related to On-Screen-Display,"\
         " subtitles and \"overlay subpictures\".")
 
 #define SOUT_PACKET_TITLE N_( "Packetizers" )
 #define SOUT_PACKET_HELP N_( \
-`       "Packetizers are used to \"preprocess\" the elementary "\
+        "Packetizers are used to \"preprocess\" the elementary "\
         "streams before muxing. " \
         "This setting allows you to always force a packetizer. " \
         "You should probably not do that.\n" \
@@ -313,6 +317,7 @@ static struct config_category_t categories_array[] =
     { SUBCAT_VIDEO_GENERAL, VIDEO_GENERAL_TITLE, VIDEO_GENERAL_HELP },
     { SUBCAT_VIDEO_VOUT, _VOUT_TITLE, VOUT_HELP },
     { SUBCAT_VIDEO_VFILTER, VFILTER_TITLE, VFILTER_HELP },
+    { SUBCAT_VIDEO_VFILTER2, VFILTER2_TITLE, VFILTER2_HELP },
     { SUBCAT_VIDEO_SUBPIC, SUBPIC_TITLE, SUBPIC_HELP },
 
     { CAT_INPUT, INPUT_TITLE, INPUT_HELP },