mirror of https://git.ffmpeg.org/ffmpeg.git
librtmp: Avoid an infiniloop setting connection arguments
The exit condition was missing.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
(cherry picked from commit e85d38c20a
)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
parent
ebd4d7189c
commit
a3fd812644
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue