From patchwork Thu Jan 5 12:25:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bodecs Bela X-Patchwork-Id: 2065 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.89.21 with SMTP id n21csp5308708vsb; Thu, 5 Jan 2017 04:26:02 -0800 (PST) X-Received: by 10.28.20.70 with SMTP id 67mr57693982wmu.102.1483619162641; Thu, 05 Jan 2017 04:26:02 -0800 (PST) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id ri10si53644773wjb.215.2017.01.05.04.26.02; Thu, 05 Jan 2017 04:26:02 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DBBC968A0F4; Thu, 5 Jan 2017 14:25:53 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail.vivacom.hu (mail.vivacom.hu [217.173.41.231]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D344368A066 for ; Thu, 5 Jan 2017 14:25:47 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by mail.vivacom.hu (Postfix) with ESMTP id BDBEF870B4 for ; Thu, 5 Jan 2017 13:25:52 +0100 (CET) X-Virus-Scanned: amavisd-new at example.com Received: from mail.vivacom.hu ([127.0.0.1]) by localhost (mail.vivacom.intra [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ASrkDCMJAPF0 for ; Thu, 5 Jan 2017 13:25:51 +0100 (CET) Received: from [10.0.0.10] (mail.officeline.hu [217.173.32.91]) by mail.vivacom.hu (Postfix) with ESMTPA id 7234286B64 for ; Thu, 5 Jan 2017 13:25:51 +0100 (CET) To: FFmpeg development discussions and patches From: Bodecs Bela Message-ID: <3944fb4b-1dc4-370d-5a5e-4af812e9d52a@vivanet.hu> Date: Thu, 5 Jan 2017 13:25:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc/muxers/hlsenc: typo hls_flag: discont_starts => discont_start 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Dear All, in doc/muxers/hlsenc, there is a typo in hls_flags section: discont_starts instead of discont_start best regards, Bela Bodecs From d6c3375508750886bc7edf82b5282c93e70a8e62 Mon Sep 17 00:00:00 2001 From: Bela Bodecs Date: Thu, 5 Jan 2017 13:21:13 +0100 Subject: [PATCH] doc/muxers/hlsenc: typo hls_flag: discont_starts => discont_start Signed-off-by: Bela Bodecs --- doc/muxers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index b4a107c..351cd8c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -567,7 +567,7 @@ and remove the @code{#EXT-X-ENDLIST} from the old segment list. Round the duration info in the playlist file segment info to integer values, instead of using floating point. -@item discont_starts +@item discont_start Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the first segment's information. -- 2.5.3.windows.1