Browse Source

avformat/hlsenc: fix compiling error of hlsenc

tags/n4.3
Steven Liu 6 years ago
parent
commit
db92a3e463
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/hlsenc.c

+ 1
- 1
libavformat/hlsenc.c View 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);


Loading…
Cancel
Save