# HG changeset patch # User atmos4 # Date 1003618412 0 # Node ID 9c76ec4846b39fb1cb20a857c5ec25c79481cd43 # Parent d67dac5d93440d34bce618eb1302b2e65d624e22 Add some info putput for aspect(). diff -r d67dac5d9344 -r 9c76ec4846b3 libvo/vo_mga.c --- 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); }