aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dfbmga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_dfbmga.c')
-rw-r--r--libvo/vo_dfbmga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index 2458f1bec1..135294c85e 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -601,8 +601,8 @@ config( uint32_t width, uint32_t height,
if (use_bes) {
aspect_save_screenres( 0x10000, 0x10000 );
aspect( &out_width, &out_height, A_ZOOM );
- besrect.x = (0x10000 - out_width) * in_width / 0x10000 / 2;
- besrect.y = (0x10000 - out_height) * in_height / 0x10000 / 2;
+ besrect.x = (0x10000 - out_width) * in_width / out_width / 2;
+ besrect.y = (0x10000 - out_height) * in_height / out_height / 2;
besrect.w = in_width;
besrect.h = in_height;