Skip to content

Commit

Permalink
librtmp: Avoid an infiniloop setting connection arguments
Browse files Browse the repository at this point in the history
The exit condition was missing.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
  • Loading branch information
lu-zero authored and TimothyGu committed Jul 26, 2016
1 parent be04c4a commit e85d38c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libavformat/librtmp.c
Expand Up @@ -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) {
Expand Down

0 comments on commit e85d38c

Please sign in to comment.