mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 18:31:37 +00:00
avformat/hlsenc: fix compiling error of hlsenc
This commit is contained in:
parent
fe77cad3a4
commit
db92a3e463
@ -2698,7 +2698,7 @@ static int hls_init(AVFormatContext *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!hls->method && http_base_proto) {
|
if (!hls->method && http_base_proto) {
|
||||||
av_log(c, AV_LOG_WARNING, "No HTTP method set, hls muxer defaulting to method PUT.\n");
|
av_log(hls, AV_LOG_WARNING, "No HTTP method set, hls muxer defaulting to method PUT.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = validate_name(hls->nb_varstreams, s->url);
|
ret = validate_name(hls->nb_varstreams, s->url);
|
||||||
|
Loading…
Reference in New Issue
Block a user