[Ffmpeg-cvslog] r6480 - trunk/libavcodec/vorbis_enc.c
ods15
subversion
Mon Oct 2 08:08:22 CEST 2006
Author: ods15
Date: Mon Oct 2 08:08:21 2006
New Revision: 6480
Modified:
trunk/libavcodec/vorbis_enc.c
Log:
Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines
remove debugging printf
Modified: trunk/libavcodec/vorbis_enc.c
==============================================================================
--- trunk/libavcodec/vorbis_enc.c (original)
+++ trunk/libavcodec/vorbis_enc.c Mon Oct 2 08:08:21 2006
@@ -616,7 +616,6 @@
if (mc->coupling_steps) {
put_bits(&pb, 8, mc->coupling_steps - 1);
for (j = 0; j < mc->coupling_steps; j++) {
- av_log(NULL, AV_LOG_ERROR, "%d %d %d %d\n", venc->channels, ilog(venc->channels - 1), mc->magnitude[j], mc->angle[j]);
put_bits(&pb, ilog(venc->channels - 1), mc->magnitude[j]);
put_bits(&pb, ilog(venc->channels - 1), mc->angle[j]);
}
More information about the ffmpeg-cvslog
mailing list