Changeset dc2fe858f202d9cefac578c82642059661bb75e8

Show
Ignore:
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
  • src/stream_output/profiles.c

    ra2dd917 rdc2fe85  
    455455            char *psz_url; 
    456456            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 ); 
    458458            p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout", 
    459459                                           pd->psz_mux, psz_url ); 
     
    465465            asprintf( &psz_url, "%s:%s@%s%s", pd->sa_icecast.psz_username, 
    466466                      pd->sa_icecast.psz_password, pd->psz_icecast, 
    467                       pd->psz_mountpoint ); 
     467                      pd->psz_icecast_mountpoint ); 
    468468            p_std = streaming_ChainAddStd( DUP_OR_CHAIN, "shout", 
    469469                                           pd->psz_mux, psz_url );