Mercurial > mplayer.hg
changeset 13480:c10922751a8e
use aspect code when used with vidix
author | faust3 |
---|---|
date | Sun, 26 Sep 2004 15:10:47 +0000 |
parents | 734d74563e5b |
children | c0a8cb4cc0a5 |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vesa.c Sun Sep 26 14:58:57 2004 +0000 +++ b/libvo/vo_vesa.c Sun Sep 26 15:10:47 2004 +0000 @@ -794,7 +794,11 @@ if(use_scaler || fs_mode) { /* software scale */ - if(use_scaler > 1) + if(use_scaler > 1 +#ifdef CONFIG_VIDIX + || vidix_name +#endif + ) { aspect_save_orig(width,height); aspect_save_prescale(d_width,d_height);