[FFmpeg-cvslog] avformat/hls: update comment of file description

Steven Liu git at videolan.org
Mon Dec 28 05:10:08 EET 2020


ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Wed Dec 23 17:32:34 2020 +0800| [e7703ae3356f416c6cdd533bb235a5baa01b79b8] | committer: liuqi05

avformat/hls: update comment of file description

reference link to rfc8216

Signed-off-by: liuqi05 <liuqi05 at kuaishou.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7703ae3356f416c6cdd533bb235a5baa01b79b8
---

 libavformat/hls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



More information about the ffmpeg-cvslog mailing list