librtmp: Avoid an infiniloop setting connection arguments

The exit condition was missing.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/228/head
Luca Barbato 9 years ago committed by Timothy Gu
parent be04c4aa00
commit e85d38c20a
  1. 2
      libavformat/librtmp.c

@ -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…
Cancel
Save