[FFmpeg-cvslog] doc/filters: correct typos in tinterlace flags
Gyan Doshi
git at videolan.org
Mon Jun 17 14:28:12 EEST 2019
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Mon Jun 17 17:13:57 2019 +0530| [756dd981202843788132687dabbef5c88291d646] | committer: Gyan Doshi
doc/filters: correct typos in tinterlace flags
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=756dd981202843788132687dabbef5c88291d646
---
doc/filters.texi | 4 ++--
1 file 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
- at item low_pass_filter, vlfp
+ at 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.
- at item complex_filter, cvlfp
+ at 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.
More information about the ffmpeg-cvslog
mailing list