diff options
author | eddyg <[email protected]> | 2008-10-10 04:43:13 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2008-10-10 04:43:13 +0000 |
commit | f1a5850f3f0aff7d0cbe10801ee650f78232fca9 (patch) | |
tree | cdd4669f62eb9c6ff4ea173f6f04012c0ac8312f /libhb/common.c | |
parent | 2a42c28786f15f007db8e03fc79ec8577a446faa (diff) |
CLI: Add support for naming audio tracks to the HandBrakeCLI, thanks to LePetomane for the patch.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1825 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c index 073abb977..7cb6ec9a6 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -739,6 +739,7 @@ void hb_audio_config_init(hb_audio_config_t * audiocfg) audiocfg->out.samplerate = 44100; audiocfg->out.mixdown = HB_AMIXDOWN_DOLBYPLII; audiocfg->out.dynamic_range_compression = 0; + audiocfg->out.name = NULL; } /********************************************************************** |