diff options
author | maurj <[email protected]> | 2007-03-21 10:09:23 +0000 |
---|---|---|
committer | maurj <[email protected]> | 2007-03-21 10:09:23 +0000 |
commit | 9f205a922d50183e4df041ed24f9398ceacf8769 (patch) | |
tree | 2420aabdd846b261af990bdb621e2f40f1364f1c /libhb/scan.c | |
parent | df6924eaf9dcc86e19582f3cab91304ec739d63e (diff) |
Applied and committed saintdev's patch to fix multi-track audio. Only in the CLI for now - the GUI will need updating to reinstate the second audio dropdown.
If the -6 option is specified in the CLI (and faac is specified), then *any* 5.1 tracks specified will be exported as 6-channel AAC.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@438 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/scan.c')
-rw-r--r-- | libhb/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index daf8da27e..5d817c737 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -493,7 +493,7 @@ static void LookForAC3( hb_title_t * title, hb_buffer_t * b ) /* store the AC3 tags for future reference This enables us to find out if we had a stereo or Dolby source later on */ - audio->ac3flags = flags; + audio->config.a52.ac3flags = flags; /* XXX */ sprintf( audio->lang + strlen( audio->lang ), |