[rtmpdump] r400 - trunk/librtmp/parseurl.c

hyc subversion at mplayerhq.hu
Thu Mar 25 04:25:12 CET 2010


Author: hyc
Date: Thu Mar 25 04:25:11 2010
New Revision: 400

Log:
Fix prev commit

Modified:
   trunk/librtmp/parseurl.c

Modified: trunk/librtmp/parseurl.c
==============================================================================
--- trunk/librtmp/parseurl.c	Thu Mar 25 04:14:34 2010	(r399)
+++ trunk/librtmp/parseurl.c	Thu Mar 25 04:25:11 2010	(r400)
@@ -150,6 +150,7 @@ parsehost:
 	else if(strncmp(p, "ondemand/", 9)==0) {
                 // app = ondemand/foobar, only pass app=ondemand
                 applen = 8;
+                appnamelen = 8;
         }
 	else { // app!=ondemand, so app is app[/appinstance]
 		if(slash3)


More information about the rtmpdump mailing list