]> git.sesse.net Git - vlc/commit
src/input: add a new input option flag to replace values of existing options
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Sat, 10 May 2014 15:34:27 +0000 (17:34 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Tue, 13 May 2014 19:05:32 +0000 (21:05 +0200)
commitba82f10c7108719e85413ee518e53249a549db85
tree9c363af1c6f16b55e572251fc2275caf057a4878
parentfb18dbad69196fc775b769894eb92db0d7175d89
src/input: add a new input option flag to replace values of existing options

This flag can be used with input_item_AddOption to replace the value
of an input option, if this option already exists. Otherwise, the
new option is added as usual.

refs #11471
include/vlc_input_item.h
src/input/item.c