strings: add an input_item_t arg to vlc_strfinput()
commitbe12bfa84cbb027a943e94fc4ec2418b155e9c43
authorThomas Guillem <thomas@gllm.fr>
Thu, 19 Jul 2018 12:01:58 +0000 (19 14:01 +0200)
committerThomas Guillem <thomas@gllm.fr>
Fri, 20 Jul 2018 15:23:03 +0000 (20 17:23 +0200)
tree0ad11f2ecfc1f0abfb8262ac8477c625a6a6c70c
parentf5620857e9a067febe7d5f533460a4c4888827dc
strings: add an input_item_t arg to vlc_strfinput()

Now, this helper can be used with just an input_item_t. Few formats won't be
able to work without the input_thread_t, like rate for example.
include/vlc_strings.h
modules/gui/macosx/VLCCoreInteraction.m
modules/gui/macosx/VLCMainWindow.m
modules/gui/qt/input_manager.cpp
modules/gui/skins2/src/vlcproc.cpp
src/input/input.c
src/text/strings.c
src/video_output/snapshot.c