Commit fb18dbad authored by David Fuhrmann's avatar David Fuhrmann

include/vlc_input_item: correct misleading documentation about VLC_INPUT_OPTION_UNIQUE

parent 182c94b8
...@@ -176,8 +176,8 @@ enum input_item_option_e ...@@ -176,8 +176,8 @@ enum input_item_option_e
* By default options are untrusted */ * By default options are untrusted */
VLC_INPUT_OPTION_TRUSTED = 0x2, VLC_INPUT_OPTION_TRUSTED = 0x2,
/* Change the value associated to an option if already present, otherwise /* Add the option, unless the same option
* add the option */ * is already present. */
VLC_INPUT_OPTION_UNIQUE = 0x100, VLC_INPUT_OPTION_UNIQUE = 0x100,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment