mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 23:00:02 +00:00
avformat/librtmp: fix swfurl
Found-by: JULIAN GARDNER <joolzg@btinternet.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit d1970929b5
)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4e251b23c3
commit
e82140b09b
@ -169,7 +169,7 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
|
||||
}
|
||||
if (ctx->swfurl) {
|
||||
av_strlcat(filename, " swfUrl=", len);
|
||||
av_strlcat(filename, ctx->pageurl, len);
|
||||
av_strlcat(filename, ctx->swfurl, len);
|
||||
}
|
||||
if (ctx->flashver) {
|
||||
av_strlcat(filename, " flashVer=", len);
|
||||
|
Loading…
Reference in New Issue
Block a user