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

j at svn.xiph.org j at svn.xiph.org
Thu Jan 28 04:03:30 PST 2010


Author: j
Date: 2010-01-28 04:03:30 -0800 (Thu, 28 Jan 2010)
New Revision: 16842

Modified:
   trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
remove debug output, closes lp:512077

Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c	2010-01-28 09:30:22 UTC (rev 16841)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c	2010-01-28 12:03:30 UTC (rev 16842)
@@ -2126,7 +2126,6 @@
 #ifdef WIN32
                             srand (time (NULL));
                             sprintf(_tmp_2pass, "%s\\f2t_%06d.log", getenv("TEMP"), rand());
-                            fprintf(stderr, "%s\n", _tmp_2pass);
                             info.twopass_file = fopen(_tmp_2pass,"wb+");
 #else
                             info.twopass_file = tmpfile();



More information about the commits mailing list