[FFmpeg-cvslog] r13217 - trunk/ffmpeg.c
benoit
subversion
Wed May 21 19:44:51 CEST 2008
Author: benoit
Date: Wed May 21 19:44:51 2008
New Revision: 13217
Log:
Print timestamp with increased precision.
Patch by David Bolt
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Wed May 21 19:44:51 2008
@@ -1066,7 +1066,7 @@ static void print_report(AVFormatContext
bitrate = (double)(total_size * 8) / ti1 / 1000.0;
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf),
- "size=%8.0fkB time=%0.1f bitrate=%6.1fkbits/s",
+ "size=%8.0fkB time=%0.2f bitrate=%6.1fkbits/s",
(double)total_size / 1024, ti1, bitrate);
if (verbose > 1)
More information about the ffmpeg-cvslog
mailing list