From 76bfd0eb9f0bb7155472a0802ebbe9da9c5a6873 Mon Sep 17 00:00:00 2001 From: rfelker Date: Mon, 15 Dec 2003 03:03:28 +0000 Subject: document new mode argument for ilpack git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11645 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index fcdcf269d1..6e26e1a7fd 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2758,13 +2758,16 @@ The optional parameter f can be 0 to only use even lines, or 1 to only use odd lines. Any other value for f gives the default (averaging) behavior. .TP -.B ilpack\ +.B ilpack[=mode]\ When interlaced video is stored in YUV 4:2:0 formats, chroma interlacing does not line up properly due to vertical downsampling of the chroma channels. This filter packs the planar 4:2:0 data into YUY2 (4:2:2) format with the chroma lines in their proper locations, so that in any given scanline, the luma and chroma data both come from the same field. +The optional argument selects the sampling mode. +By default, linear interpolation (mode 1) is used. +Mode 0 uses nearest-neighbor sampling, which is fast but incorrect. .TP .B decimate[=max:hi:lo:frac] Drops frames that don't differ greatly from the previous frame in -- cgit v1.2.3