From c637655a66faee4ace723b71b01e90445de6bf5e Mon Sep 17 00:00:00 2001
From: Steven Liu <lingjiujianke@gmail.com>
Date: Thu, 8 Sep 2016 21:30:13 +0800
Subject: [PATCH 2/2] doc/muxers: remove initial_offset from segment muxer

Signed-off-by: LiuQi <liuqi@gosun.com>
---
 doc/muxers.texi | 4 ----
 1 file changed, 4 deletions(-)

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 period a
 segment would usually span. Otherwise, the segment will be filled with the next
-- 
2.7.4 (Apple Git-66)

