librtmp: Avoid an infiniloop setting connection arguments
The exit condition was missing. Signed-off-by: Timothy Gu <timothygu99@gmail.com> (cherry picked from commit e85d38c20a8893cb59d7c86f74481f2497882196) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
parent
5141a0ceaf
commit
52a9f668ee
@ -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