]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hlsenc.c
avformat/hlsenc: fix compiling error of hlsenc
[ffmpeg] / libavformat / hlsenc.c
index ec654bffbe2c9a23740261dc3da1dfa228bc88ae..f881bb9d60c898146b57aa4165f81c77ddb2347b 100644 (file)
@@ -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);