changeset 11660:a55d0c2d72b5

message fix
author rik
date Fri, 19 Dec 2003 22:04:13 +0000
parents 47a889dd9592
children 7fb7d707233d
files libvo/vo_zr2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_zr2.c	Fri Dec 19 21:39:05 2003 +0000
+++ b/libvo/vo_zr2.c	Fri Dec 19 22:04:13 2003 +0000
@@ -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" : "",