diff mbox series

[FFmpeg-devel,1/2] avformat/hls: update comment of file description

Message ID 20201223093451.51421-1-liuqi05@kuaishou.com
State Accepted
Headers show
Series [FFmpeg-devel,1/2] avformat/hls: update comment of file description | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Steven Liu Dec. 23, 2020, 9:34 a.m. UTC
reference link to rfc8216

Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
---
 libavformat/hls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavformat/hls.c b/libavformat/hls.c
index 0a522a4595..a987996810 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://tools.ietf.org/html/rfc8216
  */
 
 #include "libavformat/http.h"