X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Flibrtmp.c;h=146df660acfe7a07525f12628d82db7411abe302;hb=1f8e1c209db2ec098edd7880a4ac88864615d674;hp=0fea675b387490ffcd45e192ce829fed8f26901e;hpb=415072605b38fb2d3756b8dfd396716c35f05fec;p=ffmpeg diff --git a/libavformat/librtmp.c b/libavformat/librtmp.c index 0fea675b387..146df660acf 100644 --- a/libavformat/librtmp.c +++ b/libavformat/librtmp.c @@ -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) {