[xiph-commits] r11592 - trunk/theora/examples

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Jun 19 17:24:26 PDT 2006


Author: xiphmont
Date: 2006-06-19 17:24:25 -0700 (Mon, 19 Jun 2006)
New Revision: 11592

Modified:
   trunk/theora/examples/dump_video.c
Log:
Alter the output format slightly



Modified: trunk/theora/examples/dump_video.c
===================================================================
--- trunk/theora/examples/dump_video.c	2006-06-20 00:19:50 UTC (rev 11591)
+++ trunk/theora/examples/dump_video.c	2006-06-20 00:24:25 UTC (rev 11592)
@@ -398,7 +398,7 @@
 	ms = after.tv_sec*1000.+after.tv_usec*.001-
 	  (start.tv_sec*1000.+start.tv_usec*.001);
 	
-	fprintf(stderr,"\rframe:%d rate:%.1fx           ",
+	fprintf(stderr,"\rframe:%d rate:%.2fx           ",
 		frames, 
 		frames*1000./(ms*file_fps));
 	memcpy(&last,&after,sizeof(last));



More information about the commits mailing list