Commit 0c3b7409 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Move psz_mountpoint to psz_icecast_mountpoint.

parent 860fdb79
...@@ -267,7 +267,7 @@ struct sout_gui_descr_t ...@@ -267,7 +267,7 @@ struct sout_gui_descr_t
int32_t i_ttl; /*< Time To Live (TTL) for network traversal */ int32_t i_ttl; /*< Time To Live (TTL) for network traversal */
/* Icecast */ /* 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 */ struct streaming_account_t sa_icecast; /*< Icecast account information */
}; };
......
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