diff options
author | dynaflash <[email protected]> | 2007-04-12 18:38:40 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-04-12 18:38:40 +0000 |
commit | 5c07a00af3dc434e341ca706270cba271d524980 (patch) | |
tree | 2fec88cf6bfdc4c42b7b03c4b3db639d4a1f9d13 /libhb/common.h | |
parent | 9bb7db3d4b027879a27f80b8b726a84660d349a8 (diff) |
MacGui: Presets now utilize Audio Mixdowns Thanks maurj!
- Added second audio track support in presets
- Mixdowns regress gracefully depending on current dvd source
- Source Track 2 sets to "None" if one is specified that doesn't exist in current dvd.
Note: in initial testing, second track using 6 channel kills encode performance and yields a track with no sound. Needs to be tested and verified. Main track works flawlessly in initial testing.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@499 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 3ed8f7791..20de051f4 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -92,6 +92,8 @@ extern int hb_audio_bitrates_count; extern int hb_audio_bitrates_default; extern hb_mixdown_t hb_audio_mixdowns[]; extern int hb_audio_mixdowns_count; +int hb_mixdown_get_mixdown_from_short_name( const char * short_name ); +const char * hb_mixdown_get_short_name_from_mixdown( int amixdown ); /****************************************************************************** * hb_job_t: settings to be filled by the UI |