diff options
author | jbrjake <[email protected]> | 2007-12-08 18:15:38 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-12-08 18:15:38 +0000 |
commit | 63ee07ac2348ba5e4e47834656e1941df96814e1 (patch) | |
tree | 69be429c8b23ac79e9e0cfef5b11a3a1e4578a81 /libhb/common.h | |
parent | f23b40d16b3a9dec9b5d420e402e7c4fb988ae4a (diff) |
Adds extra, user-selectable dynamic range compression to the liba52 interface, making softer sounds louder. Based on code from liba52's A52Decoder, used in Perian's preferences pane. Set with a job->dynamic_range_compression float, with valid values being 1.0 - 4.0.
Controlled from the CLI with --dynamic-range-compression or -D.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1108 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 988ea3d55..be174d17e 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -236,6 +236,7 @@ struct hb_job_s int acodec; int abitrate; int arate; + float dynamic_range_compression; /* Subtitle settings: subtitle: index in hb_title_t's subtitles list, starting |