From a52a27ff40dafceeec7aba362242dd1c76557934 Mon Sep 17 00:00:00 2001
From: Mulvya <mulvya@gmail.com>
Date: Sun, 19 Feb 2017 21:52:15 +0530
Subject: [PATCH] doc: drawtext options update

Signed-off-by: Mulvya <mulvya@gmail.com>
---
 doc/filters.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 60c0c82..0e7977c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6791,9 +6791,6 @@ The font family to be used for drawing text. By default Sans.
 The font file to be used for drawing text. The path must be included.
 This parameter is mandatory if the fontconfig support is disabled.
 
-@item draw
-This option does not exist, please see the timeline system
-
 @item alpha
 Draw the text applying alpha blending. The value can
 be a number between 0.0 and 1.0.
@@ -6867,6 +6864,9 @@ option must be specified.
 @item timecode_rate, rate, r
 Set the timecode frame rate (timecode only).
 
+@item tc24hmax
+If set to 1, the output of the timecode option will wrap around at 24 hours. Default is 0 (disabled).
+
 @item text
 The text string to be drawn. The text must be a sequence of UTF-8
 encoded characters.
-- 
2.7.0.windows.1