librtmp: Avoid an infiniloop setting connection arguments
The exit condition was missing. CC: libav-stable@libav.org
This commit is contained in:
parent
fe498ef514
commit
4dbfcd0757
@ -189,6 +189,8 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
|
|||||||
|
|
||||||
if (sep)
|
if (sep)
|
||||||
p = sep + 1;
|
p = sep + 1;
|
||||||
|
else
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ctx->playpath) {
|
if (ctx->playpath) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user