Mercurial > mplayer.hg
comparison libvo/vo_xv.c @ 6125:018a0d7dddd4
-vm -fs fix by Tobias Diedrich <ranma@gmx.at>
author | arpi |
---|---|
date | Sun, 19 May 2002 23:31:10 +0000 |
parents | 891cff8aba60 |
children | 9676d7735332 |
comparison
equal
deleted
inserted
replaced
6124:12b1f920c1f4 | 6125:018a0d7dddd4 |
---|---|
379 vo_vm_switch(vm_width, vm_height,&modeline_width, &modeline_height); | 379 vo_vm_switch(vm_width, vm_height,&modeline_width, &modeline_height); |
380 hint.x=(vo_screenwidth-modeline_width)/2; | 380 hint.x=(vo_screenwidth-modeline_width)/2; |
381 hint.y=(vo_screenheight-modeline_height)/2; | 381 hint.y=(vo_screenheight-modeline_height)/2; |
382 hint.width=modeline_width; | 382 hint.width=modeline_width; |
383 hint.height=modeline_height; | 383 hint.height=modeline_height; |
384 aspect_save_screenres(modeline_width,modeline_height); | |
384 } | 385 } |
385 else | 386 else |
386 #endif | 387 #endif |
387 if ( vo_fs ) | 388 if ( vo_fs ) |
388 { | 389 { |