Commit 10a21620 authored by ods15's avatar ods15

Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) | 2 lines

remove debugging printf

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6480 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 301c24f9
......@@ -616,7 +616,6 @@ static int put_main_header(venc_context_t * venc, uint8_t ** out) {
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]);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment