[FFmpeg-cvslog] doc/filters: apply minor fixes to il filter docs
Stefano Sabatini
git at videolan.org
Mon Feb 11 23:45:44 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Feb 11 23:38:47 2013 +0100| [af60e451509a3ea9924a405f9495807ad8b561ac] | committer: Stefano Sabatini
doc/filters: apply minor fixes to il filter docs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af60e451509a3ea9924a405f9495807ad8b561ac
---
doc/filters.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 8a89229..dbbd608 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}.
More information about the ffmpeg-cvslog
mailing list