diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-11 00:20:01 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-11 00:20:01 +0200 |
commit | cff8f91ddfbdef72be7ec3adec6adf3e92ae4a27 (patch) | |
tree | 0304310a70019284f5b4f47c4dc56454d6c5b59f /doc/filters.texi | |
parent | 2040b428b45fa4f0167acc40a49771f92cd96769 (diff) | |
download | ffmpeg-cff8f91ddfbdef72be7ec3adec6adf3e92ae4a27.tar.gz |
lavfi/decimate: switch to an AVOption-based system
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b2d375df5a..01381e208f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2452,11 +2452,6 @@ The main use of this filter is for very-low-bitrate encoding (e.g. streaming over dialup modem), but it could in theory be used for fixing movies that were inverse-telecined incorrectly. -The filter accepts parameters as a list of @var{key}=@var{value} -pairs, separated by ":". If the key of the first options is omitted, -the arguments are interpreted according to the syntax: -@option{max}:@option{hi}:@option{lo}:@option{frac}. - A description of the accepted options follows. @table @option |