Mercurial > mplayer.hg
changeset 5589:8f2b7e0a8b1f
ignore ecp
author | michael |
---|---|
date | Sat, 13 Apr 2002 02:30:44 +0000 |
parents | f0fa3373f616 |
children | cd591b2fa883 |
files | vidix/drivers/mach64_vid.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers/mach64_vid.c Sat Apr 13 02:21:12 2002 +0000 +++ b/vidix/drivers/mach64_vid.c Sat Apr 13 02:30:44 2002 +0000 @@ -734,7 +734,7 @@ v_inc>>=4; // convert 16.16 -> 20.12 v_inc/= dest_h; - h_inc = (src_w << (12+ecp)) / dest_w; + h_inc = (src_w << 12) / dest_w; /* keep everything in 16.16 */ config->offsets[0] = 0; for(i=1; i<config->num_frames; i++)