OSDN Git Service

allow mono mixdown with lame encoder
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 13 May 2010 14:48:18 +0000 (14:48 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 13 May 2010 14:48:18 +0000 (14:48 +0000)
commit938a7ef1d67489e983c9d2324509011cbc4e5976
tree6bc22c0294d03b445427096ac7c08ab50697080c
parent042171eece31c4ad210c4d7036272580059bcd8f
allow mono mixdown with lame encoder

enable mono mode in lame encoder when mixdown is mono.

use lame_encode_buffer_float instead of lame_encode_buffer_interleave. this
eliminates the clipping issue in lame without reducing the level of the input.

git-svn-id: svn://localhost/HandBrake/trunk@3294 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/hb-backend.c
libhb/deca52.c
libhb/decavcodec.c
libhb/enclame.c
libhb/work.c