[vlc-commits] include/vlc_input_item: correct misleading	documentation about VLC_INPUT_OPTION_UNIQUE
    David Fuhrmann 
    git at videolan.org
       
    Tue May 13 21:15:45 CEST 2014
    
    
  
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat May 10 17:30:45 2014 +0200| [fb18dbad69196fc775b769894eb92db0d7175d89] | committer: David Fuhrmann
include/vlc_input_item: correct misleading documentation about VLC_INPUT_OPTION_UNIQUE
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb18dbad69196fc775b769894eb92db0d7175d89
---
 include/vlc_input_item.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index 484c67c..944ac2f 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -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,
 };
 
    
    
More information about the vlc-commits
mailing list