mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
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)
|
||||
p = sep + 1;
|
||||
else
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (ctx->playpath) {
|
||||
|
Loading…
Reference in New Issue
Block a user