Browse Source

librtmp: Avoid an infiniloop setting connection arguments

The exit condition was missing.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
tags/n3.2
Luca Barbato Timothy Gu 9 years ago
parent
commit
e85d38c20a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/librtmp.c

+ 2
- 0
libavformat/librtmp.c View File

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