[vlc-devel] [PATCH] lib: fix position enumeration values

Rémi Denis-Courmont remi at remlab.net
Tue May 20 16:59:00 CEST 2014


Le 2014-05-20 22:50, Mark Lee a écrit :
> 1. use the public libvlc_position_t enumeration as-is and change the
> implementation of the API method;

*If* the enumeration is already in LibVLC 2.1 or earlier, then that is 
the only "legal" solution.

>  2. change the public libvlc_position_t enumeration to match the
> constants in include/vlc_subpicture.h;

That is the "better" solution but it only works if the code is new to 
LibVLC 2.2.

> 3. change the public libvlc_position_t enumeration to use the
> constants in include/vlc_subpicture.h;

That won't work due to dependencies.

>  4. something else.

-- 
Rémi Denis-Courmont



More information about the vlc-devel mailing list