OSDN Git Service

cli: make smarter mixdown decision when doing ac3 encode fallback
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 8 Oct 2010 20:30:53 +0000 (20:30 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 8 Oct 2010 20:30:53 +0000 (20:30 +0000)
commit6d1d20e364106fb397d9c131ff0fc7d01452d5ba
treeeee3a8b0ef0e259e73d3189ddf52f36ddd95b8e4
parent9b96830fee9be96206da7dc225bb61147cc35d2d
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://localhost/HandBrake/trunk@3580 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/common.h
libhb/work.c
test/test.c