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

hyc subversion at mplayerhq.hu
Thu Jun 24 21:20:53 CEST 2010


Author: hyc
Date: Thu Jun 24 21:20:52 2010
New Revision: 516

Log:
Fix skipping extension

Modified:
   trunk/librtmp/parseurl.c

Modified: trunk/librtmp/parseurl.c
==============================================================================
--- trunk/librtmp/parseurl.c	Thu Jun 24 21:18:29 2010	(r515)
+++ trunk/librtmp/parseurl.c	Thu Jun 24 21:20:52 2010	(r516)
@@ -265,6 +265,7 @@ void RTMP_ParsePlaypath(AVal *in, AVal *
 		if (subExt && p == ext) {
 			p += 4;
 			pplen -= 4;
+			continue;
 		}
 		if (*p == '%') {
 			unsigned int c;


More information about the rtmpdump mailing list