From e7703ae3356f416c6cdd533bb235a5baa01b79b8 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Wed, 23 Dec 2020 17:32:34 +0800 Subject: avformat/hls: update comment of file description reference link to rfc8216 Signed-off-by: liuqi05 --- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/hls.c b/libavformat/hls.c index 0a522a4595..619e4800de 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -23,7 +23,7 @@ /** * @file * Apple HTTP Live Streaming demuxer - * http://tools.ietf.org/html/draft-pantos-http-live-streaming + * https://www.rfc-editor.org/rfc/rfc8216.txt */ #include "libavformat/http.h" -- cgit v1.2.3