[FFmpeg-cvslog] rtsp: Remove some unused variables from ff_rtsp_connect().

Diego Biurrun git at videolan.org
Tue Jan 31 03:36:06 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jan 30 09:38:41 2012 +0100| [a846202343af7c56bf444ec47d4bb26a5d2b83ce] | committer: Diego Biurrun

rtsp: Remove some unused variables from ff_rtsp_connect().

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a846202343af7c56bf444ec47d4bb26a5d2b83ce
---

 libavformat/rtsp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index cdcda7e..1fb7b2b 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -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;



More information about the ffmpeg-cvslog mailing list