X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fstream_output%2Fstream_output.h;h=7745a9ebf18c6cfa9919bbc63f0e945fa7336bfc;hb=f0c83daa831d070058e04142791eb9d9d0423e0b;hp=e153cea494559b7238a2ab619803d9d911e2fd77;hpb=62ffefd4354ff47900238126151b0ca2d05f581e;p=vlc diff --git a/src/stream_output/stream_output.h b/src/stream_output/stream_output.h index e153cea494..7745a9ebf1 100644 --- a/src/stream_output/stream_output.h +++ b/src/stream_output/stream_output.h @@ -2,7 +2,7 @@ * stream_output.h : internal stream output ***************************************************************************** * Copyright (C) 2002-2005 the VideoLAN team - * $Id: stream_output.h 16916 2006-10-01 16:08:37Z dionoea $ + * $Id$ * * Authors: Christophe Massiot * Laurent Aimar @@ -64,7 +64,7 @@ struct sap_handler_t sap_session_t **pp_sessions; sap_address_t **pp_addresses; - vlc_bool_t b_control; + bool b_control; int i_sessions; int i_addresses; @@ -85,7 +85,7 @@ struct session_descriptor_t socklen_t addrlen; char *psz_sdp; - vlc_bool_t b_ssm; + bool b_ssm; }; /* The main announce handler object */ @@ -98,7 +98,7 @@ struct announce_handler_t int announce_HandlerDestroy( announce_handler_t * ); +/* Release it with vlc_object_release() */ sap_handler_t *announce_SAPHandlerCreate( announce_handler_t *p_announce ); -void announce_SAPHandlerDestroy( sap_handler_t *p_sap ); #endif