Commit 5c89f557 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing initializer

parent 2a371fbf
......@@ -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;
......
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