]> granicus.if.org Git - handbrake/commit
cli: make smarter mixdown decision when doing ac3 encode fallback
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 8 Oct 2010 20:30:53 +0000 (20:30 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 8 Oct 2010 20:30:53 +0000 (20:30 +0000)
commitdb3be3933c2b8eaf9df838028d065b847f987512
treeeee3a8b0ef0e259e73d3189ddf52f36ddd95b8e4
parent2ee8b248c71daa96f5c010ae9a914db501c78e99
cli: make smarter mixdown decision when doing ac3 encode fallback
also, clean up the mixdown sanitizing logic in work.c
added new functions
hb_get_default_mix(codec, layout)
hb_get_best_mix(codec, layout)

These take the output codec and the input layout as parameters.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3580 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/common.h
libhb/work.c
test/test.c