]> git.sesse.net Git - vlc/blobdiff - src/stream_output/stream_output.h
Partial announce API cleanup
[vlc] / src / stream_output / stream_output.h
index 0a6aace002d297999dac05cf8e7128289ecce8ab..98d64c4788050e59f0345ff631a3226c63034f8d 100644 (file)
@@ -47,18 +47,6 @@ VLC_EXPORT( int,                sout_InputSendBuffer,  ( sout_packetizer_input_t
 
 /* Announce system */
 
-/* A SAP session descriptor, enqueued in the SAP handler queue */
-struct sap_session_t {
-    char          *psz_sdp;
-    uint8_t       *psz_data;
-    unsigned      i_length;
-    sap_address_t *p_address;
-
-    /* Last and next send */
-    mtime_t        i_last;
-    mtime_t        i_next;
-};
-
 /* The SAP handler, running in a separate thread */
 struct sap_handler_t
 {