[xiph-commits] r16062 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Sat May 30 14:27:39 PDT 2009


Author: j
Date: 2009-05-30 14:27:38 -0700 (Sat, 30 May 2009)
New Revision: 16062

Modified:
   trunk/ffmpeg2theora/src/theorautils.c
Log:
shorter status message to fin withing 80 chars

Modified: trunk/ffmpeg2theora/src/theorautils.c
===================================================================
--- trunk/ffmpeg2theora/src/theorautils.c	2009-05-30 17:56:46 UTC (rev 16061)
+++ trunk/ffmpeg2theora/src/theorautils.c	2009-05-30 21:27:38 UTC (rev 16062)
@@ -660,7 +660,7 @@
             );
         }
         else {
-            fprintf (stderr,"\r      %d:%02d:%02d.%02d audio: %dkbps video: %dkbps, time remaining: %02d:%02d:%02d, est. size: %.01lf MB    ",
+            fprintf (stderr,"\r  %d:%02d:%02d.%02d audio: %dkbps video: %dkbps, ET: %02d:%02d:%02d, est. size: %.01lf MB ",
                 hours, minutes, seconds, hundredths,
                 info->akbps, info->vkbps,
                 remaining_hours, remaining_minutes, remaining_seconds,



More information about the commits mailing list