changeset 3875:ad075294470d libavcodec

Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines remove debugging printf
author ods15
date Mon, 02 Oct 2006 06:08:21 +0000
parents 84890fea8074
children cd4236d3d477
files vorbis_enc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vorbis_enc.c	Mon Oct 02 06:08:19 2006 +0000
+++ b/vorbis_enc.c	Mon Oct 02 06:08:21 2006 +0000
@@ -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]);
             }