diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-11 23:40:41 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-11 23:43:37 +0100 |
commit | 64353be81135f57b5bb817a7d117c90f4942affd (patch) | |
tree | d5d4c211e1ceb20d8670abce776cf428c33a89fa /doc/filters.texi | |
parent | af60e451509a3ea9924a405f9495807ad8b561ac (diff) | |
download | ffmpeg-64353be81135f57b5bb817a7d117c90f4942affd.tar.gz |
doc/filters: rework idet filter description
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index dbbd608d66..ebb9ffa601 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3352,8 +3352,10 @@ If a parameter is omitted, it is kept at its current value. @section idet -Interlaceing detect filter. This filter tries to detect if the input is -interlaced or progressive. Top or bottom field first. +Detect video interlacing type. + +This filter tries to detect if the input is interlaced or progressive, +top or bottom field first. @section il |