[vlc-devel] [PATCH 1/3] include/vlc_input_item: correct misleading documentation about VLC_INPUT_OPTION_UNIQUE
david.fuhrmann at gmail.com
david.fuhrmann at gmail.com
Sat May 10 17:42:55 CEST 2014
From: David Fuhrmann <dfuhrmann at videolan.org>
---
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,
};
--
1.8.5.2 (Apple Git-48)
More information about the vlc-devel
mailing list