]> git.sesse.net Git - vlc/blobdiff - include/vlc_streaming.h
new (failing) test for ticket #1527 added
[vlc] / include / vlc_streaming.h
index b8503cdb673e5a95140e1a81f499c69dd3474faa..fa08252ba8ee8752f5a98d041228eef7a63ee897 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_streaming.h: Methods and descriptions for Streaming profiles
  *****************************************************************************
  * Copyright (C) 2002-2005 the VideoLAN team
- * $Id: stream_output.h 14151 2006-02-04 00:08:50Z zorglub $
+ * $Id$
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
  *
@@ -267,7 +267,7 @@ struct sout_gui_descr_t
     int32_t i_ttl;      /*< Time To Live (TTL) for network traversal */
 
     /* Icecast */
-    char *psz_mountpoint;/*< path to Icecast mountpoint */
+    char *psz_icecast_mountpoint;/*< path to Icecast mountpoint */
     struct streaming_account_t sa_icecast;  /*< Icecast account information */
 };