[vlc-commits] commit: Remove references to removed structures (Pierre Ynard )
git at videolan.org
git at videolan.org
Thu Jan 13 21:53:25 CET 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Jan 13 21:53:19 2011 +0100| [147438b3a0b1e9c3b6706ccd7e20f97e49d9abfa] | committer: Pierre Ynard
Remove references to removed structures
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=147438b3a0b1e9c3b6706ccd7e20f97e49d9abfa
---
extras/analyser/vlc.vim | 2 +-
include/vlc_common.h | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/extras/analyser/vlc.vim b/extras/analyser/vlc.vim
index 432a5f6..e684b14 100644
--- a/extras/analyser/vlc.vim
+++ b/extras/analyser/vlc.vim
@@ -73,7 +73,7 @@ function VlcSyntax()
syn keyword cType sout_mux_t sout_mux_sys_t
syn keyword cType sout_stream_t sout_stream_sys_t
" 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
" Decoders
syn keyword cType decoder_t decoder_sys_t encoder_t encoder_sys_t
diff --git a/include/vlc_common.h b/include/vlc_common.h
index 7f20c66..7f488a5 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -278,7 +278,6 @@ typedef struct sout_stream_sys_t sout_stream_sys_t;
typedef struct config_chain_t config_chain_t;
typedef struct session_descriptor_t session_descriptor_t;
-typedef struct announce_method_t announce_method_t;
/* Decoders */
typedef struct decoder_t decoder_t;
More information about the vlc-commits
mailing list