librtmp: Avoid an infiniloop setting connection arguments

The exit condition was missing.

CC: libav-stable@libav.org
This commit is contained in:
Luca Barbato 2016-06-22 06:36:31 +02:00
parent fe498ef514
commit 4dbfcd0757
1 changed files with 2 additions and 0 deletions

View File

@ -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) {