Commit 52a9f668 authored by Luca Barbato's avatar Luca Barbato Committed by Timothy Gu

librtmp: Avoid an infiniloop setting connection arguments

The exit condition was missing.
Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
(cherry picked from commit e85d38c2)
Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
parent 5141a0ce
Pipeline #378 failed with stages
......@@ -189,6 +189,8 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
if (sep)
p = sep + 1;
else
break;
}
}
if (ctx->playpath) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment