]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/asf.h
Avoid variable shadowing
[vlc] / modules / access / mms / asf.h
index e5388533dc1bda28e0ccf37e0c0a9c6a92574a8f..049328c9244b34f783f7d986ad69b63180a7f526 100644 (file)
@@ -24,7 +24,7 @@
 /****************************************************************************
  * XXX:
  *  Definitions and data duplicated from asf demuxers but I want access
- * and demux plugins to be independant
+ * and demux plugins to be independent
  *
  ****************************************************************************/
 
@@ -61,9 +61,9 @@ typedef struct guid_s
 } guid_t;
 
 
-void E_( GenerateGuid )     ( guid_t * );
-void E_( asf_HeaderParse )  ( asf_header_t *, uint8_t *, int );
-void E_( asf_StreamSelect ) ( asf_header_t *,
+void  GenerateGuid      ( guid_t * );
+void  asf_HeaderParse   ( asf_header_t *, uint8_t *, int );
+void  asf_StreamSelect  ( asf_header_t *,
                               int i_bitrate_max, bool b_all, bool b_audio,
                               bool b_video );