[vlc-devel] [Patch] Sending a signal when a vout is created/destroyed
Rafaël Carré
rafael.carre at gmail.com
Wed Jan 20 08:40:25 CET 2010
On Wed, 20 Jan 2010 00:47:50 +0100
Laurent Aimar <fenrir at via.ecp.fr> wrote:
> On Wed, Jan 20, 2010, Hugo Beauzee-Luyssen wrote:
> > #ifdef __cplusplus
> > @@ -256,6 +257,11 @@ struct libvlc_event_t
> > {
> > libvlc_media_t * new_media;
> > } media_player_media_changed;
> > + /* Vout created or destroyed */
> > + struct
> > + {
> > + int has_vout;
> Using bool would make more sense (unless bool is not to be used in
> this file ?)
I think bool isn't used in libvlc headers to not force people to use C99
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100120/f21e576e/attachment.sig>
More information about the vlc-devel
mailing list