ffmpeg | branch: master | Steven Liu <l...@chinaffmpeg.org> | Fri Sep 6 12:47:15 2019 +0800| [db92a3e4630f21535bc3410165edc626232a802a] | committer: Steven Liu
avformat/hlsenc: fix compiling error of hlsenc > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db92a3e4630f21535bc3410165edc626232a802a --- libavformat/hlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index ec654bffbe..f881bb9d60 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -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); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".