diff options
author | maurj <[email protected]> | 2007-04-18 09:03:46 +0000 |
---|---|---|
committer | maurj <[email protected]> | 2007-04-18 09:03:46 +0000 |
commit | 977b9455a65f4b3774e27b0c7a18c7933adcf54a (patch) | |
tree | 9faa43da19f0e477710a4a43e1150bc3265218db /libhb | |
parent | e11bcb1128453450d623cb1cbc309c35a22c8dde (diff) |
Removed all references to the old job->surround variable, as it is no longer used. Also, removed the "Extract 5.1 Dolby Digital to 6-Channel AAC" preference option from the Mac OS GUI prefs window and controller, as it is no longer needed. It may be worth adding in a new "Default mixdown" preference in its place for a future version of Handbrake?
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@523 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libhb/common.h b/libhb/common.h index e78f71bd8..b9376cd93 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -190,12 +190,6 @@ struct hb_job_s int audios[8]; int audio_mixdowns[8]; - /* this "surround" property will be removed shortly, - as soon as the AMIXDOWN code has been integrated into the Mac GUI - it's still included here to avoid breaking the Mac GUI short-term - however, it won't be applied in deca52.c etc. any more */ - int surround; - /* Audio settings: acodec: output codec abitrate: output bitrate (kbps) |