Commit 147438b3 authored by Pierre Ynard's avatar Pierre Ynard

Remove references to removed structures

parent 3080bfc4
...@@ -73,7 +73,7 @@ function VlcSyntax() ...@@ -73,7 +73,7 @@ function VlcSyntax()
syn keyword cType sout_mux_t sout_mux_sys_t syn keyword cType sout_mux_t sout_mux_sys_t
syn keyword cType sout_stream_t sout_stream_sys_t syn keyword cType sout_stream_t sout_stream_sys_t
" Sout - announce " Sout - announce
syn keyword cType announce_handler_t announce_method_t session_descriptor_t syn keyword cType session_descriptor_t
syn keyword cType sap_address_t sap_handler_t sap_session_t syn keyword cType sap_address_t sap_handler_t sap_session_t
" Decoders " Decoders
syn keyword cType decoder_t decoder_sys_t encoder_t encoder_sys_t syn keyword cType decoder_t decoder_sys_t encoder_t encoder_sys_t
......
...@@ -278,7 +278,6 @@ typedef struct sout_stream_sys_t sout_stream_sys_t; ...@@ -278,7 +278,6 @@ typedef struct sout_stream_sys_t sout_stream_sys_t;
typedef struct config_chain_t config_chain_t; typedef struct config_chain_t config_chain_t;
typedef struct session_descriptor_t session_descriptor_t; typedef struct session_descriptor_t session_descriptor_t;
typedef struct announce_method_t announce_method_t;
/* Decoders */ /* Decoders */
typedef struct decoder_t decoder_t; typedef struct decoder_t decoder_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment