Mercurial > mplayer.hg
comparison libvo/vo_mga.c @ 2318:d67dac5d9344
oops
author | atmos4 |
---|---|
date | Sat, 20 Oct 2001 22:30:25 +0000 |
parents | 1f1880196a1c |
children | 9c76ec4846b3 |
comparison
equal
deleted
inserted
replaced
2317:1f1880196a1c | 2318:d67dac5d9344 |
---|---|
63 aspect_save_orig(width,height); | 63 aspect_save_orig(width,height); |
64 aspect_save_prescale(d_width,d_height); | 64 aspect_save_prescale(d_width,d_height); |
65 aspect_save_screenres(vo_screenwidth,vo_screenheight); | 65 aspect_save_screenres(vo_screenwidth,vo_screenheight); |
66 | 66 |
67 if(fullscreen&0x01) /* -fs */ | 67 if(fullscreen&0x01) /* -fs */ |
68 aspect(&d_width,&d_height,A_NOZOOM); | 68 aspect(&d_width,&d_height,A_ZOOM); |
69 else | 69 else |
70 aspect(&d_width,&d_height,A_NOZOOM); | 70 aspect(&d_width,&d_height,A_NOZOOM); |
71 } | 71 } |
72 | 72 |
73 | 73 |