22 Dec
2002
22 Dec
'02
8:27 a.m.
Update of /cvsroot/mplayer/main/libvo In directory mail:/var/tmp.root/cvs-serv6208 Modified Files: vo_svga.c Log Message: 10l by Matan Index: vo_svga.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- vo_svga.c 21 Dec 2002 22:08:14 -0000 1.56 +++ vo_svga.c 22 Dec 2002 13:27:05 -0000 1.57 @@ -505,11 +505,15 @@ return (1); } } - + +#ifdef CONFIG_VIDIX if(!vidix_name[0]){ +#endif maxw = width; /* No scaling */ maxh = height; +#ifdef CONFIG_VIDIX } +#endif if (pformat == IMGFMT_YV12) { yuv2rgb_init(bpp, MODE_RGB); }
8360
Age (days ago)
8360
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Beregszaszi