[MPlayer-users] radeon vidix pink output
Thomas Schüppel
stain at acm.org
Wed Dec 11 01:45:03 CET 2002
Hi,
I have an ATI Radeon QW (All In Wonder 7500). The XVIDIX delivered
with Mplayer only shows pink output.
I applied the patch suggested in:
http://www.mplayerhq.hu/pipermail/mplayer-users/2002-December/025018.htm
l
Which left me with 8 pink vertical lines on the right. The appended
Patch should fix this too by shifting the output back to the left.
I believe this was induced after these mails:
http://mplayerhq.hu/pipermail/mplayer-users/2002-August/020093.html
And can only guess that the QW needs to be shifted to the right
By 8 while the QL does not...
Perhaps you can look into this, Nick?
Thanks
Thomas
Index: radeon_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/radeon_vid.c,v
retrieving revision 1.53
diff -r1.53 radeon_vid.c
26c26
< #define X_ADJUST (!IsR200 ? 8 : 0)
---
> #define X_ADJUST 8
988c988
< to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK | VID_CAP_COLORKEY;
---
> to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK /*|
VID_CAP_COLORKEY*/;
More information about the MPlayer-users
mailing list