From patchwork Wed Dec 23 09:34:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Liu X-Patchwork-Id: 24631 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 7826244A1D3 for ; Wed, 23 Dec 2020 11:35:12 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5131868A9D5; Wed, 23 Dec 2020 11:35:12 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from smtpproxy21.qq.com (smtpbg704.qq.com [203.205.195.105]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DCD9B689993 for ; Wed, 23 Dec 2020 11:35:04 +0200 (EET) X-QQ-mid: bizesmtp23t1608716098t19v5jox Received: from localhost (unknown [103.107.216.233]) by esmtp10.qq.com (ESMTP) with id ; Wed, 23 Dec 2020 17:34:57 +0800 (CST) X-QQ-SSF: 01100000002000Z0Z000B00A0020000 X-QQ-FEAT: EuFlmpUVLMwop+1eVRC64iFU84Via8Cm5ta3hxhH3Evz9UnTqfywhGG2U4xjU 6dKxQKiV+WJ0ex4jcYaXQnJJUTQJXLL0s7vdV4zeFdLffBI/MeezYdtqpuW+UqSe2hmnNlU Jo5V4DTovJA7Ac7k19bAe3Xbyxl641fnZeVzp38bFKMJvuHbRDKLiXzkntPCaTajc87i8fn OmBHGhwBjQiwjNbANmJTKo8tFKTohs3ZIvXYXGIZSSgkeO0CZTML2jEcMaZTJruMhE+4flp tGoY5FsBQEII3uVcx6bW9gCLC514A54RSUs6PlnYplrHOyITKUwG1DaNE= X-QQ-GoodBg: 0 X-QQ-CSender: lq@chinaffmpeg.org From: liuqi05 To: ffmpeg-devel@ffmpeg.org Date: Wed, 23 Dec 2020 17:34:51 +0800 Message-Id: <20201223093451.51421-2-liuqi05@kuaishou.com> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20201223093451.51421-1-liuqi05@kuaishou.com> References: <20201223093451.51421-1-liuqi05@kuaishou.com> MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:chinaffmpeg.org:qybgforeign:qybgforeign5 X-QQ-Bgrelay: 1 Subject: [FFmpeg-devel] [PATCH 2/2] avformat/hlsproto: update comment of file description X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: liuqi05 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" reference link to rfc8216 Signed-off-by: liuqi05 --- libavformat/hlsproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hlsproto.c b/libavformat/hlsproto.c index de45f771d6..9aa211f648 100644 --- a/libavformat/hlsproto.c +++ b/libavformat/hlsproto.c @@ -22,7 +22,7 @@ /** * @file * Apple HTTP Live Streaming Protocol Handler - * http://tools.ietf.org/html/draft-pantos-http-live-streaming + * https://tools.ietf.org/html/rfc8216 */ #include "libavutil/avstring.h"