From patchwork Thu Sep 8 13:33:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Liu X-Patchwork-Id: 477 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.134 with SMTP id o128csp832544vsd; Thu, 8 Sep 2016 06:34:05 -0700 (PDT) X-Received: by 10.28.216.75 with SMTP id p72mr264226wmg.67.1473341645522; Thu, 08 Sep 2016 06:34:05 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id xw9si1475956wjc.295.2016.09.08.06.34.04; Thu, 08 Sep 2016 06:34:05 -0700 (PDT) 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; dkim=neutral (body hash did not verify) header.i=@gmail.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; dmarc=fail (p=NONE dis=NONE) header.from=gmail.com Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9D03A689E72; Thu, 8 Sep 2016 16:33:52 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ACA1C689D7B for ; Thu, 8 Sep 2016 16:33:45 +0300 (EEST) Received: by mail-qk0-f170.google.com with SMTP id v123so47574755qkh.2 for ; Thu, 08 Sep 2016 06:33:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=89APUcepErk7+t7IFDsUXX+/ci2L/1y2MnEk3ww/NP4=; b=uGoMcGsQqkXFmRLSvPIXwRgekBW34zvh7XUiRIS4/hbphJ9a+WLCo8cRUzoD7fQNcN uKOmAML4Os63yHF5YgXNZextZ+XLE9DaKBeR3btBK5MiSFKqMI5ou1R+cwcfiE+y4J9c 6978MirLhJi5C5/RsAdbOya8XA1m6wHaN1vW7fXMXusJYg7sK8EhclWD1xdJQcc/+6T0 883EnvZO+xPCOex0BYyK2RCb9RCDujH3P8QvDDqW6KYa1B6oYPtKbOTxoyIHjAKawQdP wyoakHe53rXWIWCWkJNB5Q3EnvqjhGfkXEKwNRxiKs5ZGfGSu72YK/jUNKJAHr977mZr 3Jdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=89APUcepErk7+t7IFDsUXX+/ci2L/1y2MnEk3ww/NP4=; b=Vmu/KHE5hP3voxispvl5XhSjE8QKhI98GZEOF1fBSBJ1OvEUpmhyhrvTZMtpRvRVBt ory/AQSK0e8xt/jzqhcTUlOSXiWKradBt686wkRd4CtSgsbmg7tv8qM5oCJxBcLE46Hh X6qMN2kYTB8EzpGvX0CWlA/bYElmnShfKl09vyRRw5qr83EQG3hpwAA/AqFF0BHR/qvm /RN0NPGHpvQhj7vv0SK12EwYwiZcc18M3Mh9K5vXljjOmEXiA7TZ9OLLN2qS6uEECPe7 +ZcnBAv6YhacbKTPFadJ1QpfMsd79Y/2pm3NWb+qjQk5dUrOAT6ptsDBAkQxTTVVXXmO JJrA== X-Gm-Message-State: AE9vXwOwrXh2uhKkUsW1yQHomTYvV5JRcNcTLR/C1XgzSojW1nOtwEYxSieRxKVjBbKIOnytz+o2SyCI7BiCeg== X-Received: by 10.55.161.81 with SMTP id k78mr2686237qke.105.1473341634509; Thu, 08 Sep 2016 06:33:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.54.170 with HTTP; Thu, 8 Sep 2016 06:33:53 -0700 (PDT) From: Steven Liu Date: Thu, 8 Sep 2016 21:33:53 +0800 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.20 Subject: [FFmpeg-devel] [PATCH 2/2] doc/muxers: remove initial_offset from segment muxer 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" Signed-off-by: LiuQi --- doc/muxers.texi | 4 ---- 1 file changed, 4 deletions(-) period a segment would usually span. Otherwise, the segment will be filled with the next diff --git a/doc/muxers.texi b/doc/muxers.texi index c39a6a0..4fd4133 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1355,10 +1355,6 @@ will start with near-zero timestamps. It is meant to ease the playback of the generated segments. May not work with some combinations of muxers/codecs. It is set to @code{0} by default. -@item initial_offset @var{offset} -Specify timestamp offset to apply to the output packet timestamps. The -argument must be a time duration specification, and defaults to 0. - @item write_empty_segments @var{1|0} If enabled, write an empty segment if there are no packets during the