Mercurial > mplayer.hg
changeset 8520:602cf042a013
10l by Matan
author | alex |
---|---|
date | Sun, 22 Dec 2002 13:27:05 +0000 |
parents | ebd7934c8f1f |
children | 8996a4599a41 |
files | libvo/vo_svga.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_svga.c Sat Dec 21 23:49:33 2002 +0000 +++ b/libvo/vo_svga.c Sun Dec 22 13:27:05 2002 +0000 @@ -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); }