]> git.sesse.net Git - vlc/commitdiff
include/vlc_input_item: correct misleading documentation about VLC_INPUT_OPTION_UNIQUE
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Sat, 10 May 2014 15:30:45 +0000 (17:30 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Tue, 13 May 2014 18:48:09 +0000 (20:48 +0200)
include/vlc_input_item.h

index 484c67c2a04e4aa6e5124226347845b741e6328d..944ac2f126b8f1663f6d281dd265587aee668594 100644 (file)
@@ -176,8 +176,8 @@ enum input_item_option_e
      * By default options are untrusted */
     VLC_INPUT_OPTION_TRUSTED = 0x2,
 
-    /* Change the value associated to an option if already present, otherwise
-     * add the option */
+    /* Add the option, unless the same option
+     * is already present. */
     VLC_INPUT_OPTION_UNIQUE  = 0x100,
 };