[xiph-commits] r16191 - trunk/ffmpeg2theora/src
j at svn.xiph.org
j at svn.xiph.org
Thu Jul 2 16:08:59 PDT 2009
Author: j
Date: 2009-07-02 16:08:59 -0700 (Thu, 02 Jul 2009)
New Revision: 16191
Modified:
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
print framerate with 3 digits
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-07-02 07:54:12 UTC (rev 16190)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-07-02 23:08:59 UTC (rev 16191)
@@ -756,7 +756,7 @@
lut_init(this);
}
if (!info.frontend && this->framerate_new.num > 0 && this->fps != (double)this->framerate_new.num / this->framerate_new.den) {
- fprintf(stderr, " Resample Framerate: %0.2f => %0.2f\n",
+ fprintf(stderr, " Resample Framerate: %0.3f => %0.3f\n",
this->fps, (double)this->framerate_new.num / this->framerate_new.den);
}
if (this->audio_index >= 0) {
More information about the commits
mailing list