Commit e85d38c2 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>
parent be04c4aa
......@@ -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) {
......
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