Author: spyfeng
Date: Sun Mar 21 09:49:57 2010
New Revision: 5699

Log:
remove authorization variable.

Modified:
   mms/mmst.c

Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c  Sun Mar 21 09:47:08 2010        (r5698)
+++ mms/mmst.c  Sun Mar 21 09:49:57 2010        (r5699)
@@ -672,12 +672,11 @@ static int mms_open_cnx(URLContext *h)
     MMSSCPacketType packet_type;
 
     char tcpname[256];
-    char authorization[64];
     int err = AVERROR(EIO);
     int ret;
 
     // only for MMS over TCP, so set proto = NULL
-    url_split(NULL, 0, authorization, sizeof(authorization),
+    url_split(NULL, 0, NULL, 0,
             mms->host, sizeof(mms->host), &mms->port, mms->path,
             sizeof(mms->path), mms->location);
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to