[xiph-commits] r11515 - trunk/vorbis-tools/oggdec
msmith at svn.xiph.org
msmith at svn.xiph.org
Sun Jun 4 04:16:50 PDT 2006
Author: msmith
Date: 2006-06-04 04:16:48 -0700 (Sun, 04 Jun 2006)
New Revision: 11515
Modified:
trunk/vorbis-tools/oggdec/oggdec.c
Log:
Remove stale printf from a long time ago
Modified: trunk/vorbis-tools/oggdec/oggdec.c
===================================================================
--- trunk/vorbis-tools/oggdec/oggdec.c 2006-06-04 11:15:15 UTC (rev 11514)
+++ trunk/vorbis-tools/oggdec/oggdec.c 2006-06-04 11:16:48 UTC (rev 11515)
@@ -257,7 +257,6 @@
length = ov_pcm_total(&vf, -1);
else
length = ov_pcm_total(&vf, 0);
- fprintf(stderr, "Samples: %lld\n", length);
size = bits/8 * channels;
if(!quiet)
fprintf(stderr, "Decoding \"%s\" to \"%s\"\n",
More information about the commits
mailing list