]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/librtmp.c
Merge commit 'c3f113d58488df7594a489bdbb993a69ad47063c'
[ffmpeg] / libavformat / librtmp.c
index 0fea675b387490ffcd45e192ce829fed8f26901e..146df660acfe7a07525f12628d82db7411abe302 100644 (file)
@@ -193,6 +193,8 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
 
             if (sep)
                 p = sep + 1;
+            else
+                break;
         }
     }
     if (ctx->playpath) {