diff mbox

[FFmpeg-devel] avformat/hls: update specification link of comments

Message ID 20171218090312.14294-1-lq@chinaffmpeg.org
State New
Headers show

Commit Message

Liu Steven Dec. 18, 2017, 9:03 a.m. UTC
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
---
 libavformat/hls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/libavformat/hls.c b/libavformat/hls.c
index ab6ff187a6..786b19ab5d 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 "libavutil/avstring.h"