rtsp: Remove some unused variables from ff_rtsp_connect().

This commit is contained in:
Diego Biurrun 2012-01-30 09:38:41 +01:00
parent 8b933129b9
commit a846202343
1 changed files with 0 additions and 1 deletions

View File

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