diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-07-08 19:30:48 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-07-08 19:30:48 +0200 |
commit | 43160c7bc476643e3bc0c3a3f045d2c248a25bd2 (patch) | |
tree | 847e07072b737c308aa3f76138484dc93220c203 /doc/filters.texi | |
parent | 9e78c73d8628202bd232a48127f474887631386c (diff) | |
download | ffmpeg-43160c7bc476643e3bc0c3a3f045d2c248a25bd2.tar.gz |
doc/filters: document new readeia608 option
Diffstat (limited to 'doc/filters.texi')
-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 b0c49265e2..ccbffab6ae 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14689,6 +14689,9 @@ Set the black color threshold. Default is @code{0.15}. Allowed range is @code{[0 @item chp Enable checking the parity bit. In the event of a parity error, the filter will output @code{0x00} for that character. Default is false. + +@item lp +Lowpass lines prior further proccessing. Default is disabled. @end table @subsection Examples |