[FFmpeg-soc] [soc]: r5812 - mms/mmst.c

spyfeng subversion at mplayerhq.hu
Sun May 23 05:45:31 CEST 2010


Author: spyfeng
Date: Sun May 23 05:45:31 2010
New Revision: 5812

Log:
merge declaration lines.

Modified:
   mms/mmst.c

Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c	Sun May 23 05:24:00 2010	(r5811)
+++ mms/mmst.c	Sun May 23 05:45:31 2010	(r5812)
@@ -565,10 +565,8 @@ static int mms_close(URLContext *h)
 static int mms_open(URLContext *h, const char *uri, int flags)
 {
     MMSContext *mms;
-    int port;
-
+    int port, err;
     char tcpname[256];
-    int err;
 
     h->is_streamed = 1;
     mms = h->priv_data = av_mallocz(sizeof(MMSContext));


More information about the FFmpeg-soc mailing list