diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2014-07-18 01:00:40 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-18 14:24:34 +0200 |
commit | cb8cb85da791825bfd186c86492f0eb6db540cf7 (patch) | |
tree | eb6145cea4d61bc473936ae77ead5fef324b0878 /doc | |
parent | 0035783488cc02e88bd6348fd2e9a24338f144be (diff) | |
download | ffmpeg-cb8cb85da791825bfd186c86492f0eb6db540cf7.tar.gz |
lavfi/drawtext: add alias "expr_int_format" to expansion function "eif"
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8cde2775a6..a7919a3506 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3916,7 +3916,7 @@ example the text size is not known when evaluating the expression, so the constants @var{text_w} and @var{text_h} will have an undefined value. -@item eif +@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. |