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

liuqi05 liuqi05 at kuaishou.com
Wed Dec 23 11:34:50 EET 2020


reference link to rfc8216

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

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"
-- 
2.25.0





More information about the ffmpeg-devel mailing list