* bug fix, @ is not necessary in fact ;)

This commit is contained in:
Mohammed Adnène Trojette 2003-07-04 14:26:29 +00:00
parent e25e476624
commit c8a9681b33
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ void sout_SAPSend( sout_instance_t *p_sout, sap_session_t * p_this)
"u=VideoLAN\n"
"t=0 0\n"
"m=audio %s udp 14\n"
"c=IN IP4 @%s/15\n"
"c=IN IP4 %s/15\n"
"a=type:test\n",
p_this->psz_name , p_this->psz_port , p_this->psz_url );