summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-12-06 11:01:11 +0100
committerMarton Balint <cus@passwd.hu>2019-12-15 00:23:01 +0100
commit6498522befb21974061cb38ece90b482bd0d2b16 (patch)
tree6d174ab131ffc6e8577d48505affbbf3508d402a /doc
parent28b5dc6199ed7b4f62e345865fe28142b9cbf9e0 (diff)
avfilter/vf_tinterlace: add support for bypassing already interlaced frames
The old interlace filter worked this way before it was merged with tinterlace. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 93f54a2e1e..c543203ce3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18122,10 +18122,12 @@ Enable complex vertical low-pass filtering.
This will slightly less reduce interlace 'twitter' and Moire
patterning but better retain detail and subjective sharpness impression.
+@item bypass_il
+Bypass already interlaced frames, only adjust the frame rate.
@end table
-Vertical low-pass filtering can only be enabled for @option{mode}
-@var{interleave_top} and @var{interleave_bottom}.
+Vertical low-pass filtering and bypassing already interlaced frames can only be
+enabled for @option{mode} @var{interleave_top} and @var{interleave_bottom}.
@end table