[vlc-devel] [V3 2/3] input: add input_SetTime and input_SetPosition
Thomas Guillem
thomas at gllm.fr
Tue Jun 26 10:50:36 CEST 2018
On Tue, Jun 26, 2018, at 10:20, Rémi Denis-Courmont wrote:
> Le lundi 25 juin 2018, 11:03:49 EEST Zhao Zhili a écrit :
> > ---
> > include/vlc_input.h | 4 ++++
> > src/input/input.c | 59
> > ++++++++++++++++++++++++++-------------------- src/input/input_internal.h |
> > 9 ++++++-
> > src/input/var.c | 6 +++--
> > src/libvlccore.sym | 2 ++
> > 5 files changed, 52 insertions(+), 28 deletions(-)
>
> *Again*, please don't clobber the global namespace more than already.
I said to Zhao it was OK since we already have some input_ functions and I don't want to have vlc_input_ and input_ as prefix for the same input API.
So, we should we rename all input_ to vlc_input_ ?
>
> --
> Rémi Denis-Courmont
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list