diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-11 23:38:47 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-11 23:43:37 +0100 |
commit | af60e451509a3ea9924a405f9495807ad8b561ac (patch) | |
tree | 92e34351cc060c4dc75f55cc224c37cf8361f2ed /doc | |
parent | 4c69cafceea55df8a171c1545b164d4aaabc7e52 (diff) | |
download | ffmpeg-af60e451509a3ea9924a405f9495807ad8b561ac.tar.gz |
doc/filters: apply minor fixes to il filter docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8a89229969..dbbd608d66 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3356,6 +3356,7 @@ Interlaceing detect filter. This filter tries to detect if the input is interlaced or progressive. Top or bottom field first. @section il + Deinterleave or interleave fields. This filter allows to process interlaced images fields without @@ -3382,7 +3383,7 @@ Do nothing. Deinterleave fields, placing one above the other. @item interleave, i -Interleave fields. Reversing effect of deinterleave. +Interleave fields. Reverse the effect of deinterleaving. @end table Default value is @code{none}. |