summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/encfaac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/encfaac.c b/libhb/encfaac.c
index cc7e3b912..c4a57100f 100644
--- a/libhb/encfaac.c
+++ b/libhb/encfaac.c
@@ -99,7 +99,6 @@ int encfaacInit( hb_work_object_t * w, hb_job_t * job )
pv->obuf = malloc( pv->output_bytes );
pv->framedur = 90000.0 * pv->input_samples /
( audio->config.out.samplerate * pv->out_discrete_channels );
-printf("in %ld out %ld sr %d dur %g\n", pv->input_samples, pv->output_bytes, audio->config.out.samplerate, pv->framedur);
cfg = faacEncGetCurrentConfiguration( pv->faac );
cfg->mpegVersion = MPEG4;