[FFmpeg-cvslog] doc/filters: fix position of il filter docs

Stefano Sabatini git at videolan.org
Mon Feb 11 23:45:41 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Feb 11 23:37:53 2013 +0100| [4c69cafceea55df8a171c1545b164d4aaabc7e52] | committer: Stefano Sabatini

doc/filters: fix position of il filter docs

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c69cafceea55df8a171c1545b164d4aaabc7e52
---

 doc/filters.texi |   74 +++++++++++++++++++++++++++---------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 4613917..8a89229 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3355,6 +3355,43 @@ If a parameter is omitted, it is kept at its current value.
 Interlaceing detect filter. This filter tries to detect if the input is
 interlaced or progressive. Top or bottom field first.
 
+ at section il
+Deinterleave or interleave fields.
+
+This filter allows to process interlaced images fields without
+deinterlacing them. Deinterleaving splits the input frame into 2
+fields (so called half pictures). Odd lines are moved to the top
+half of the output image, even lines to the bottom half.
+You can process (filter) them independently and then re-interleave them.
+
+It accepts a list of options in the form of @var{key}=@var{value} pairs
+separated by ":". A description of the accepted options follows.
+
+ at table @option
+ at item luma_mode, l
+ at item chroma_mode, s
+ at item alpha_mode, a
+Available values for @var{luma_mode}, @var{chroma_mode} and
+ at var{alpha_mode} are:
+
+ at table @samp
+ at item none
+Do nothing.
+
+ at item deinterleave, d
+Deinterleave fields, placing one above the other.
+
+ at item interleave, i
+Interleave fields. Reversing effect of deinterleave.
+ at end table
+Default value is @code{none}.
+
+ at item luma_swap, ls
+ at item chroma_swap, cs
+ at item alpha_swap, as
+Swap luma/chroma/alpha fields. Exchange even & odd lines. Default value is @code{0}.
+ at end table
+
 @section kerndeint
 
 Deinterlace input video by applying Donald Graft's adaptive kernel
@@ -4647,43 +4684,6 @@ Useful for enlarging pixel art images without reducing sharpness.
 @section swapuv
 Swap U & V plane.
 
- at section il
-Deinterleave or interleave fields.
-
-This filter allows to process interlaced images fields without
-deinterlacing them. Deinterleaving splits the input frame into 2
-fields (so called half pictures). Odd lines are moved to the top
-half of the output image, even lines to the bottom half.
-You can process (filter) them independently and then re-interleave them.
-
-It accepts a list of options in the form of @var{key}=@var{value} pairs
-separated by ":". A description of the accepted options follows.
-
- at table @option
- at item luma_mode, l
- at item chroma_mode, s
- at item alpha_mode, a
-Available values for @var{luma_mode}, @var{chroma_mode} and
- at var{alpha_mode} are:
-
- at table @samp
- at item none
-Do nothing.
-
- at item deinterleave, d
-Deinterleave fields, placing one above the other.
-
- at item interleave, i
-Interleave fields. Reversing effect of deinterleave.
- at end table
-Default value is @code{none}.
-
- at item luma_swap, ls
- at item chroma_swap, cs
- at item alpha_swap, as
-Swap luma/chroma/alpha fields. Exchange even & odd lines. Default value is @code{0}.
- at end table
-
 @section thumbnail
 Select the most representative frame in a given sequence of consecutive frames.
 



More information about the ffmpeg-cvslog mailing list