[Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.7,1.8
Nick Kurshev
nickols_k at mail.ru
Sat Jan 19 08:56:09 CET 2002
Hello, Alex!
On Fri, 18 Jan 2002 19:15:46 +0100 you wrote:
> Update of /cvsroot/mplayer/main/libvo
> In directory mplayer:/var/tmp.root/cvs-serv26136
>
> Modified Files:
> vo_xvidix.c
> Log Message:
> updated based vo_xmga, using colorkey, working with gui, fixed xinerama and window moving/resizing
>
> Index: vo_xvidix.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -r1.7 -r1.8
> --- vo_xvidix.c 16 Jan 2002 15:22:45 -0000 1.7
> +++ vo_xvidix.c 18 Jan 2002 18:15:43 -0000 1.8
> @@ -1,11 +1,11 @@
> /*
[snip]
> + vidix_grkey_set(&gr_key);
>
[snip]
It's me againg!
As I already wrote - radeon_vid currently doesn't support color key
So try rebuild this patch in following manner:
if(vidix_grley_set(&gr_key) == 0) use_color_key = 1;
else use_color_key = 0;
and every new block in this style!
Best regards! Nick
More information about the MPlayer-cvslog
mailing list