Changeset dc2fe858f202d9cefac578c82642059661bb75e8
- Timestamp:
- 10/29/07 02:54:08
(10 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1193622848 +0000
- git-parent:
[23bc3916fea067e6a50ba5431d337957eaf06aab]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1193622848 +0000
- Message:
Forgotten file in [22883]. Sorry.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra2dd917 |
rdc2fe85 |
|
| 455 | 455 | char *psz_url; |
|---|
| 456 | 456 | asprintf( &psz_url, "%s%s:%i%s", psz_username, pd->psz_icecast, |
|---|
| 457 | | pd->i_icecast, pd->psz_mountpoint ); |
|---|
| | 457 | pd->i_icecast, pd->psz_icecast_mountpoint ); |
|---|
| 458 | 458 | p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout", |
|---|
| 459 | 459 | pd->psz_mux, psz_url ); |
|---|
| … | … | |
| 465 | 465 | asprintf( &psz_url, "%s:%s@%s%s", pd->sa_icecast.psz_username, |
|---|
| 466 | 466 | pd->sa_icecast.psz_password, pd->psz_icecast, |
|---|
| 467 | | pd->psz_mountpoint ); |
|---|
| | 467 | pd->psz_icecast_mountpoint ); |
|---|
| 468 | 468 | p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout", |
|---|
| 469 | 469 | pd->psz_mux, psz_url ); |
|---|