1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

avformat/hls: update comment of file description

reference link to rfc8216

Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
This commit is contained in:
Steven Liu 2020-12-23 17:32:34 +08:00 committed by liuqi05
parent e6e341b2f0
commit e7703ae335

View File

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