[FFmpeg-devel] [PATCH] avformat/hls: update specification link of comments
Steven Liu
lq at chinaffmpeg.org
Mon Dec 18 11:03:12 EET 2017
Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
---
libavformat/hls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
2.14.3 (Apple Git-98)
More information about the ffmpeg-devel
mailing list