1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

include: fix comments for VLC_CONFIG_VALUE and VLC_CONFIG_RANGE

This commit is contained in:
Rémi Denis-Courmont 2016-12-15 22:38:58 +02:00
parent a876c1f6ee
commit 33f1d268f5

View File

@ -56,10 +56,10 @@ enum vlc_module_properties
/* command line name (args=const char *) */
VLC_CONFIG_VALUE,
/* actual value (args=int/double/const char *) */
/* actual value (args=int64_t/double/const char *) */
VLC_CONFIG_RANGE,
/* minimum value (args=int/double/const char * twice) */
/* minimum value (args=int64_t/double/const char * twice) */
VLC_CONFIG_ADVANCED,
/* enable advanced flag (args=none) */