diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-18 03:10:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-18 03:10:49 +0100 |
commit | 68e89b02bc0092d178154366a5ae88d23f1940ce (patch) | |
tree | e89dd2563dbc9c714d222a2b69038e5d12ebc5bd /libtoolame-dab/toolame.c | |
parent | 8077b596fa4ffc633a62af7b7afc2dd42b8698e0 (diff) | |
download | ODR-AudioEnc-68e89b02bc0092d178154366a5ae88d23f1940ce.tar.gz ODR-AudioEnc-68e89b02bc0092d178154366a5ae88d23f1940ce.tar.bz2 ODR-AudioEnc-68e89b02bc0092d178154366a5ae88d23f1940ce.zip |
Remove debugging print in toolame.c
Diffstat (limited to 'libtoolame-dab/toolame.c')
-rw-r--r-- | libtoolame-dab/toolame.c | 4 |
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); |