summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-11-06 21:15:31 +0000
committerjstebbins <[email protected]>2010-11-06 21:15:31 +0000
commitc1b2221da7932d900f328456829d36ff9a130f97 (patch)
tree1149d784e7f31136116ca8fe9cc6b5c6e35de494
parent45c8e66a3d2c6a8c8e562b52eda70f93abcc6c11 (diff)
oops, delete debug printf...
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3654 b64f7644-9d1e-0410-96f1-a4d463321fa5
-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;