summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_mga.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 75ddc7974e..e3cb652d90 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -68,6 +68,7 @@ char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
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);
}