Commit a8462023 authored by Diego Biurrun's avatar Diego Biurrun

rtsp: Remove some unused variables from ff_rtsp_connect().

parent 8b933129
...@@ -1357,7 +1357,6 @@ int ff_rtsp_connect(AVFormatContext *s) ...@@ -1357,7 +1357,6 @@ int ff_rtsp_connect(AVFormatContext *s)
{ {
RTSPState *rt = s->priv_data; RTSPState *rt = s->priv_data;
char host[1024], path[1024], tcpname[1024], cmd[2048], auth[128]; char host[1024], path[1024], tcpname[1024], cmd[2048], auth[128];
char *option_list, *option, *filename;
int port, err, tcp_fd; int port, err, tcp_fd;
RTSPMessageHeader reply1 = {0}, *reply = &reply1; RTSPMessageHeader reply1 = {0}, *reply = &reply1;
int lower_transport_mask = 0; int lower_transport_mask = 0;
......
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