]> granicus.if.org Git - rtmpdump/commitdiff
Fix skipping extension
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 24 Jun 2010 19:20:52 +0000 (19:20 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Thu, 24 Jun 2010 19:20:52 +0000 (19:20 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@516 400ebc74-4327-4243-bc38-086b20814532

librtmp/parseurl.c

index 93641efe5d1285ca186c93e1af767d5ff572fc90..0183958cc45bc0ee05e172c3278ffde6030af688 100644 (file)
@@ -265,6 +265,7 @@ void RTMP_ParsePlaypath(AVal *in, AVal *out) {
                if (subExt && p == ext) {
                        p += 4;
                        pplen -= 4;
+                       continue;
                }
                if (*p == '%') {
                        unsigned int c;