]> git.sesse.net Git - vlc/blobdiff - include/vlc_config_cat.h
Fix remotely-triggerable memleak
[vlc] / include / vlc_config_cat.h
index fbd9654969f8fd72bfd91c48a6d07aa265ecbf69..abb92c6ec2a5c2697f0d3ec6f0f68dcf5f8cab1a 100644 (file)
     "Common settings you may want to alter are HTTP proxy or " \
     "caching settings." )
 
+#define ACCESS_FILTER_TITLE N_( "Access filter modules" )
+#define ACCESS_FILTER_HELP N_( \
+    "Settings related to the various access filter used by VLC.\n" )
+
 #define DEMUX_TITLE N_("Demuxers")
 #define DEMUX_HELP N_( "Demuxers are used to separate audio and video streams" )
 
 #define AADVANCED_HELP N_( "Advanced settings. Use with care.")
 
 #define CPU_TITLE N_( "CPU features" )
-#define CPU_HELP N_( "From here you can choose to disable some CPU accelearations. You should probably not touch that." )
+#define CPU_HELP N_( "From here you can choose to disable some CPU accelerations. You should probably not touch that." )
 
 #define MISC_TITLE N_( "Other" )
 #define MISC_HELP N_( "Other advanced settings")
@@ -297,6 +301,7 @@ static struct config_category_t categories_array[] =
 
     { CAT_INPUT, INPUT_TITLE, INPUT_HELP },
     { SUBCAT_INPUT_ACCESS, ACCESS_TITLE, ACCESS_HELP },
+    { SUBCAT_INPUT_ACCESS_FILTER, ACCESS_FILTER_TITLE, ACCESS_FILTER_HELP },
     { SUBCAT_INPUT_DEMUX, DEMUX_TITLE, DEMUX_HELP },
     { SUBCAT_INPUT_VCODEC, VDEC_TITLE, VDEC_HELP },
     { SUBCAT_INPUT_ACODEC, ADEC_TITLE, ADEC_HELP },