]> git.sesse.net Git - vlc/commitdiff
Move psz_mountpoint to psz_icecast_mountpoint.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 29 Oct 2007 01:06:10 +0000 (01:06 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 29 Oct 2007 01:06:10 +0000 (01:06 +0000)
include/vlc_streaming.h

index b8503cdb673e5a95140e1a81f499c69dd3474faa..a083232b00be8bdeac96106ef59a034c53d04af6 100644 (file)
@@ -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 */
 };