fix compiler warning
This commit is contained in:
parent
880452d2ed
commit
2c2464a682
@ -27,7 +27,7 @@ int test(char *URL)
|
||||
{
|
||||
int res;
|
||||
CURL *curl;
|
||||
char *stream_uri;
|
||||
char *stream_uri = NULL;
|
||||
char *rtsp_session_id;
|
||||
int request=1;
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user