[vlc-commits] include: fix comments for VLC_CONFIG_VALUE and VLC_CONFIG_RANGE

Rémi Denis-Courmont git at videolan.org
Thu Dec 15 21:39:21 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Dec 15 22:38:58 2016 +0200| [33f1d268f5a765631071ec4e25b1a4334ab2b98f] | committer: Rémi Denis-Courmont

include: fix comments for VLC_CONFIG_VALUE and VLC_CONFIG_RANGE

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33f1d268f5a765631071ec4e25b1a4334ab2b98f
---

 include/vlc_plugin.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index 3e4e7f6..2f2405f 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -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) */



More information about the vlc-commits mailing list