[vlc-devel] [vlc-commits] commit: dvdnav: use the right type of the vout object. ( Rémi Duraffort )

Rémi Duraffort ivoire at videolan.org
Fri Dec 3 22:08:13 CET 2010


Hi,

> >      /* event */
> > -    vlc_object_t *p_vout;
> > +    vout_thread_t *p_vout;
>  Which is not right. vlc_object_t is somehow the public interface
> while vout_thread_t is a private interface that you can use when it is
> given so by someone.

Ok but why are we able to use input_GetVout then ? As this function
return a vout_thread_t* not a vlc_object_t* ?

-- 
Rémi Duraffort | ivoire
http://ivoire.dinauz.org/blog/



More information about the vlc-devel mailing list