[FFmpeg-cvslog] doc/filters.texi: improve the wording of the expr_int_format documentation

Andreas Cadhalpun git at videolan.org
Sun Sep 7 18:35:56 CEST 2014


ffmpeg | branch: master | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Sat Sep  6 23:49:43 2014 +0200| [a5b20bf4b2f79e0292293a3cab3c5b5e8dcaa80d] | committer: Michael Niedermayer

doc/filters.texi: improve the wording of the expr_int_format documentation

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5b20bf4b2f79e0292293a3cab3c5b5e8dcaa80d
---

 doc/filters.texi |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 627f112..bb486ea 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4083,11 +4083,11 @@ value.
 @item expr_int_format, eif
 Evaluate the expression's value and output as formatted integer.
 
-First argument is expression to be evaluated, same as for @var{expr} function.
-Second argument specifies output format. Allowed values are 'x', 'X', 'd' and
-'u', they are treated exactly as in printf function.
-Third parameter is optional and sets the number of positions taken by output.
-Effectively this allows to add padding with zeros from the left.
+The first argument is the expression to be evaluated, just as for the @var{expr} function.
+The second argument specifies the output format. Allowed values are 'x', 'X', 'd' and
+'u'. They are treated exactly as in the printf function.
+The third parameter is optional and sets the number of positions taken by the output.
+It can be used to add padding with zeros from the left.
 
 @item gmtime
 The time at which the filter is running, expressed in UTC.



More information about the ffmpeg-cvslog mailing list