[Mplayer-cvslog] CVS: main/libmpdemux demux_avi.c,1.56,1.57 video.c,1.42,1.43
Arpi of Ize
arpi at mplayerhq.hu
Thu Aug 28 00:31:35 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv363
Modified Files:
demux_avi.c video.c
Log Message:
printing fps with 3 dec digit instead of 2
Index: demux_avi.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_avi.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- demux_avi.c 2 Feb 2003 21:32:05 -0000 1.56
+++ demux_avi.c 27 Aug 2003 22:30:54 -0000 1.57
@@ -598,7 +598,7 @@
sh_video->i_bps=(float)vsize/(sh_video->frametime*priv->numberofframes);
}
- mp_msg(MSGT_DEMUX,MSGL_INFO,"VIDEO: [%.4s] %ldx%ld %dbpp %4.2f fps %5.1f kbps (%4.1f kbyte/s)\n",
+ mp_msg(MSGT_DEMUX,MSGL_INFO,"VIDEO: [%.4s] %ldx%ld %dbpp %5.3f fps %5.1f kbps (%4.1f kbyte/s)\n",
(char *)&sh_video->bih->biCompression,
sh_video->bih->biWidth,
sh_video->bih->biHeight,
Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- video.c 24 Aug 2003 18:08:54 -0000 1.42
+++ video.c 27 Aug 2003 22:30:54 -0000 1.43
@@ -270,7 +270,7 @@
sh_video->i_bps=picture.bitrate * 400 / 8;
// info:
mp_dbg(MSGT_DECVIDEO,MSGL_DBG2,"mpeg bitrate: %d (%X)\n",picture.bitrate,picture.bitrate);
- mp_msg(MSGT_DECVIDEO,MSGL_INFO,"VIDEO: %s %dx%d (aspect %d) %4.2f fps %5.1f kbps (%4.1f kbyte/s)\n",
+ mp_msg(MSGT_DECVIDEO,MSGL_INFO,"VIDEO: %s %dx%d (aspect %d) %5.3f fps %5.1f kbps (%4.1f kbyte/s)\n",
picture.mpeg1?"MPEG1":"MPEG2",
sh_video->disp_w,sh_video->disp_h,
picture.aspect_ratio_information,
More information about the MPlayer-cvslog
mailing list