aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-02-18 03:10:49 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-02-18 03:10:49 +0100
commit68e89b02bc0092d178154366a5ae88d23f1940ce (patch)
treee89dd2563dbc9c714d222a2b69038e5d12ebc5bd
parent8077b596fa4ffc633a62af7b7afc2dd42b8698e0 (diff)
downloadfdk-aac-dabplus-68e89b02bc0092d178154366a5ae88d23f1940ce.tar.gz
fdk-aac-dabplus-68e89b02bc0092d178154366a5ae88d23f1940ce.tar.bz2
fdk-aac-dabplus-68e89b02bc0092d178154366a5ae88d23f1940ce.zip
Remove debugging print in toolame.c
-rw-r--r--libtoolame-dab/toolame.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libtoolame-dab/toolame.c b/libtoolame-dab/toolame.c
index fd2c3c9..9ec19f3 100644
--- a/libtoolame-dab/toolame.c
+++ b/libtoolame-dab/toolame.c
@@ -468,10 +468,6 @@ int toolame_encode_frame(
}
}
- fprintf(stderr, "FRAME nch: %d sblimit %d\n",
- frame.nch,
- frame.sblimit);
-
#ifdef NEWENCODE
sf_transmission_pattern (scalar, scfsi, &frame);
main_bit_allocation_new (smr, scfsi, bit_alloc, &adb, &frame, &glopts);