From aebf95d6f3531d82bced4e2de1b01275aac8d9ca Mon Sep 17 00:00:00 2001 From: rik Date: Fri, 19 Dec 2003 22:04:13 +0000 Subject: [PATCH] message fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11661 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_zr2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_zr2.c b/libvo/vo_zr2.c index 49d2510eef..02ba3deb71 100644 --- a/libvo/vo_zr2.c +++ b/libvo/vo_zr2.c @@ -396,7 +396,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, 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" : "",