summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2020-12-23 17:32:34 +0800
committerliuqi05 <liuqi05@kuaishou.com>2020-12-28 11:09:17 +0800
commite7703ae3356f416c6cdd533bb235a5baa01b79b8 (patch)
treeaa37195af5300d0eaf86c77a6539e5aef133d2a7 /libavformat
parente6e341b2f04eb75a15f4839f3970544e67b19159 (diff)
avformat/hls: update comment of file description
reference link to rfc8216 Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/hls.c2
1 files changed, 1 insertions, 1 deletions
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"