[Mplayer-cvslog] CVS: main mplayer.c,1.667,1.668
Arpi of Ize
arpi at mplayerhq.hu
Thu Jan 30 22:42:46 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv15968
Modified Files:
mplayer.c
Log Message:
The two-digit aspect ratio displayed by -identify is not good enough to
base automatic calculations on.
Jonas Jensen <jbj at knef.dk>
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.667
retrieving revision 1.668
diff -u -r1.667 -r1.668
--- mplayer.c 28 Jan 2003 00:59:15 -0000 1.667
+++ mplayer.c 30 Jan 2003 21:42:35 -0000 1.668
@@ -1471,7 +1471,7 @@
mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_VIDEO_WIDTH=%d\n", sh_video->disp_w);
mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_VIDEO_HEIGHT=%d\n", sh_video->disp_h);
mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_VIDEO_FPS=%5.3f\n", sh_video->fps);
- mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_VIDEO_ASPECT=%1.2f\n", sh_video->aspect);
+ mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_VIDEO_ASPECT=%1.4f\n", sh_video->aspect);
}
if (sh_audio) {
if (sh_audio->codec)
More information about the MPlayer-cvslog
mailing list