diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-20 14:11:21 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-23 01:02:28 +0200 |
commit | 38853169ce49530bf021dfa1fd4a05e4c886c896 (patch) | |
tree | b28e1acc5ce988815254e73398d0a5b6cde4008e /doc | |
parent | fdd93eabfb2644f541f7aac9943abce26776ea73 (diff) | |
download | ffmpeg-38853169ce49530bf021dfa1fd4a05e4c886c896.tar.gz |
lavfi: add 'enable' command injection to filters supporting timeline.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 798d04befc..2d98d6ce81 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -287,6 +287,9 @@ sequential number of the input frame, starting from 0 the position in the file of the input frame, NAN if unknown @end table +Additionally, these filters support an @option{enable} command that can be used +to re-define the expression. + Like any other filtering option, the @option{enable} option follows the same rules. |