]> git.sesse.net Git - vlc/blobdiff - include/vlc_config_cat.h
Prefer downmixing from channel extracting.
[vlc] / include / vlc_config_cat.h
index e21c29e8fc40ce6b6e4d49d0b9e6ff8afa057e00..9696abc95b9966049fb4cb96f7e5bfd8617b19ed 100644 (file)
@@ -22,8 +22,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _VLC_HELP_H
-#define _VLC_HELP_H 1
+#ifndef VLC_HELP_H
+#define VLC_HELP_H 1
 
 /*
  *  First, we need help strings for the General Settings and for the
@@ -241,7 +241,7 @@ static inline const char * GetCapabilityHelp( char *psz_capability, int i_type)
     return " ";
 }
 
-static struct config_category_t categories_array[] =
+static const struct config_category_t categories_array[] =
 {
     /* Interface */
     { CAT_INTERFACE, INTF_TITLE, INTF_HELP },