diff options
Diffstat (limited to 'libhb/decdca.c')
-rw-r--r-- | libhb/decdca.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/decdca.c b/libhb/decdca.c index c369999db..9b85905fd 100644 --- a/libhb/decdca.c +++ b/libhb/decdca.c @@ -79,8 +79,6 @@ static int decdcaInit( hb_work_object_t * w, hb_job_t * job ) work.c has already done some of this deduction for us in do_job() */ pv->flags_out = HB_AMIXDOWN_GET_DCA_FORMAT(audio->config.out.mixdown); - if ( audio->config.out.codec == HB_ACODEC_LAME ) - pv->flags_out |= DCA_ADJUST_LEVEL; /* pass the number of channels used into the private work data */ /* will only be actually used if we're not doing AC3 passthru */ |