mirror of
https://github.com/videolan/vlc.git
synced 2025-01-07 16:28:29 +08:00
Missing initializer
This commit is contained in:
parent
2a371fbfc9
commit
5c89f557dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user