]> granicus.if.org Git - handbrake/commit
allow mono mixdown with lame encoder
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 13 May 2010 14:48:18 +0000 (14:48 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 13 May 2010 14:48:18 +0000 (14:48 +0000)
commit8ed88a9c59f4bd74804290dcc87e7483ce06f896
tree6bc22c0294d03b445427096ac7c08ab50697080c
parent675c7146fe298cd566fa8e446c762a3ded12e0d7
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://svn.handbrake.fr/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