提交 db92a3e4 编写于 作者: S Steven Liu

avformat/hlsenc: fix compiling error of hlsenc

上级 fe77cad3
......@@ -2698,7 +2698,7 @@ static int hls_init(AVFormatContext *s)
}
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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册