From 28844b00c5d80e236abfb719a348fc4be6a202ea Mon Sep 17 00:00:00 2001
From: Martin Vignali <martin.vignali@gmail.com>
Date: Sat, 30 Jan 2016 20:54:37 +0100
Subject: [PATCH 2/2] doc for increment_tc in segment

---
 doc/muxers.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4ba8883..0a43dfc 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -997,6 +997,13 @@ implementation for HLS segmentation.
 The segment muxer supports the following options:
 
 @table @option
+
+@item increment_tc @var{1|0}
+Use the @code{increment_tc} function to increment timecode
+between each segment. If this is selected, the input need to have
+a timecode in the first video stream. Default value is
+@code{0}.
+
 @item reference_stream @var{specifier}
 Set the reference stream, as specified by the string @var{specifier}.
 If @var{specifier} is set to @code{auto}, the reference is chosen
-- 
1.9.3 (Apple Git-50)

