diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-10-13 17:54:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-13 18:08:50 +0200 |
commit | 94b345855f436c26ef80d2ea2d4c68bb146cc96f (patch) | |
tree | 40d3bd20599cd0215f62f8d714f2abc58800b4fb /doc/filters.texi | |
parent | db820c3c1338eb4a39ce2c4eec0f9e8f4891b72a (diff) | |
download | ffmpeg-94b345855f436c26ef80d2ea2d4c68bb146cc96f.tar.gz |
vf_settb: remove mathematical constants now redundant.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-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 5f3d0906bd..b8bf56de2e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1954,7 +1954,7 @@ Set the timebase to use for the output frames timestamps. It is mainly useful for testing timebase configuration. It accepts in input an arithmetic expression representing a rational. -The expression can contain the constants "PI", "E", "PHI", "AVTB" (the +The expression can contain the constants "AVTB" (the default timebase), and "intb" (the input timebase). The default value for the input is "intb". |