[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.504,1.505

Richard Felker CVS rfelker at mplayerhq.hu
Mon Dec 15 04:03:30 CET 2003


Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var/tmp.root/cvs-serv1442/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
document new mode argument for ilpack


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -r1.504 -r1.505
--- mplayer.1	9 Dec 2003 12:19:14 -0000	1.504
+++ mplayer.1	15 Dec 2003 03:03:28 -0000	1.505
@@ -2758,13 +2758,16 @@
 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



More information about the MPlayer-DOCS mailing list