From: jstebbins Date: Sat, 6 Nov 2010 21:15:31 +0000 (+0000) Subject: oops, delete debug printf... X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=1ec3ce6d606d6c8c1b578a99e51246bbcb633c8b;p=handbrake-jp%2Fhandbrake-jp-git.git oops, delete debug printf... git-svn-id: svn://localhost/HandBrake/trunk@3654 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/encfaac.c b/libhb/encfaac.c index cc7e3b91..c4a57100 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;