[vlc-devel] [PATCH] libvlc: replace existing title menu bool with int bit mask

Thomas Guillem thomas at gllm.fr
Wed Dec 2 15:40:16 CET 2015



On Wed, Dec 2, 2015, at 15:38, Jean-Baptiste Kempf wrote:
> On 02 Dec, Felix Paul Kühne wrote :
> > -    bool b_menu; /**< info if item was recognized as a menu by the demuxer */
> > +    libvlc_title_style_options_t i_style; /**< info if item was recognized as a menu, interactive or plain content by the demuxer
> 
> Technically this is an API (and maybe an ABI) breakage.
> But this is only present in the unreleased 3.0. API.
> 
> Opinions?

I think we can break functions added in 3.0

> 
> With my kindest regards,
> 
> -- 
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> 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