[Mplayer-cvslog] CVS: main/libvo vo_zr2.c,1.3,1.4

Rik Snel CVS rik at mplayerhq.hu
Fri Dec 19 23:04:15 CET 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/tmp/cvs-serv31707

Modified Files:
	vo_zr2.c 
Log Message:
message fix

Index: vo_zr2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_zr2.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vo_zr2.c	8 Nov 2003 16:08:33 -0000	1.3
+++ vo_zr2.c	19 Dec 2003 22:04:13 -0000	1.4
@@ -396,7 +396,7 @@
 	VERBOSE("tv: %dx%d, out: %dx%d+%d+%d, in: %ux%u %s%s%s\n",
 			p->vc.maxwidth, p->vc.maxheight,
 			zptmp.img_width, 2*zptmp.img_height,
-			zptmp.img_x, zptmp.img_y*(fields - 3),
+			zptmp.img_x, 2*zptmp.img_y,
 			width, height, (fields == 1) ? "non-interlaced" : "",
 			(fields == 2 && top_first == 1) 
 			?  "interlaced top first" : "",




More information about the MPlayer-cvslog mailing list