From 1699037ff22da1699cbb02e0465c0605dd2091ea Mon Sep 17 00:00:00 2001 From: eddyg Date: Wed, 29 Oct 2008 21:22:53 +0000 Subject: ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version that was hardcoding the AC3 stream information in the dac3 atom based on the AppleTV startup movie stream. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1879 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libhb/common.c') diff --git a/libhb/common.c b/libhb/common.c index 7cb6ec9a6..7d26905a6 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -727,6 +727,8 @@ void hb_audio_config_init(hb_audio_config_t * audiocfg) audiocfg->in.bitrate = -1; audiocfg->in.samplerate = -1; audiocfg->in.channel_layout = 0; + audiocfg->in.version = 0; + audiocfg->in.mode = 0; audiocfg->flags.ac3 = 0; audiocfg->lang.description[0] = 0; audiocfg->lang.simple[0] = 0; -- cgit v1.2.3