Missing initializer

This commit is contained in:
Rémi Denis-Courmont 2010-02-17 18:58:56 +02:00
parent 2a371fbfc9
commit 5c89f557dd

View File

@ -725,7 +725,7 @@ out:
char *SDPGenerate( sout_stream_t *p_stream, const char *rtsp_url )
{
sout_stream_sys_t *p_sys = p_stream->p_sys;
char *psz_sdp;
char *psz_sdp = NULL;
struct sockaddr_storage dst;
socklen_t dstlen;
int i;