changeset 2319:9c76ec4846b3

Add some info putput for aspect().
author atmos4
date Sat, 20 Oct 2001 22:53:32 +0000
parents d67dac5d9344
children 338d42d079eb
files libvo/vo_mga.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_mga.c	Sat Oct 20 22:30:25 2001 +0000
+++ b/libvo/vo_mga.c	Sat Oct 20 22:53:32 2001 +0000
@@ -68,6 +68,7 @@
 			aspect(&d_width,&d_height,A_ZOOM);
 		else
 			aspect(&d_width,&d_height,A_NOZOOM);
+		printf("vo_mga aspect(): resized to %dx%d\n",d_width,d_height);
 	}