This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
librtmp: Avoid an infiniloop setting connection arguments
The exit condition was missing. CC:
libav-stable@libav.org
tags/n3.2
Luca Barbato
9 years ago
parent
fe498ef514
commit
4dbfcd0757
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavformat/librtmp.c
+ 2
- 0
libavformat/librtmp.c
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) {
Write
Preview
Loading…
Cancel
Save