[FFmpeg-cvslog] avformat/hlsenc: fix compiling error of hlsenc

Steven Liu git at videolan.org
Fri Sep 6 07:47:39 EEST 2019


ffmpeg | branch: master | Steven Liu <lq at 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);



More information about the ffmpeg-cvslog mailing list