diff options
author | rik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-19 22:04:13 +0000 |
---|---|---|
committer | rik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-19 22:04:13 +0000 |
commit | aebf95d6f3531d82bced4e2de1b01275aac8d9ca (patch) | |
tree | 9f3bddda444a5c1880b55065ad768c3dc91c8d4c /libvo | |
parent | c58ad601170a9d5d9ddbe168a34f9e08341680ca (diff) |
message fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11661 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_zr2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" : "", |