1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

Add some info putput for aspect().

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2320 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-10-20 22:53:32 +00:00
parent 14df5b5528
commit ddcf9a0745

View File

@ -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);
}