summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2020-12-23 17:34:12 +0800
committerliuqi05 <liuqi05@kuaishou.com>2020-12-28 11:09:19 +0800
commit6080c5e24f2ab29de4d57a40e10ff34aca4d56cf (patch)
tree7b4f0cc9f8596cb13ea3bfc083d155b3833a57b6 /libavformat
parente7703ae3356f416c6cdd533bb235a5baa01b79b8 (diff)
avformat/hlsproto: update comment of file description
reference link to rfc8216 Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/hlsproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hlsproto.c b/libavformat/hlsproto.c
index de45f771d6..9e78f931e8 100644
--- a/libavformat/hlsproto.c
+++ b/libavformat/hlsproto.c
@@ -22,7 +22,7 @@
/**
* @file
* Apple HTTP Live Streaming Protocol Handler
- * http://tools.ietf.org/html/draft-pantos-http-live-streaming
+ * https://www.rfc-editor.org/rfc/rfc8216.txt
*/
#include "libavutil/avstring.h"