diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-06-17 16:55:57 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-06-17 16:55:57 +0530 |
commit | 756dd981202843788132687dabbef5c88291d646 (patch) | |
tree | 80a447d1e7bc6f8d26842ab79707a1e49932e8a8 /doc/filters.texi | |
parent | 1c3ed1189313103e9b889165ef7c59baf699534a (diff) | |
download | ffmpeg-756dd981202843788132687dabbef5c88291d646.tar.gz |
doc/filters: correct typos in tinterlace flags
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4d4806817c..3313f96bd4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17166,14 +17166,14 @@ Specify flags influencing the filter process. Available value for @var{flags} is: @table @option -@item low_pass_filter, vlfp +@item low_pass_filter, vlpf Enable linear vertical low-pass filtering in the filter. Vertical low-pass filtering is required when creating an interlaced destination from a progressive source which contains high-frequency vertical detail. Filtering will reduce interlace 'twitter' and Moire patterning. -@item complex_filter, cvlfp +@item complex_filter, cvlpf Enable complex vertical low-pass filtering. This will slightly less reduce interlace 'twitter' and Moire patterning but better retain detail and subjective sharpness impression. |