From 3adcd92b35be6fb8940c5f249112a263c7ec0ed9 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Sun, 15 Feb 2015 22:48:46 +0000 Subject: New audio output options. Dolby Digital Plus (E-AC-3), Dolby TrueHD and FLAC can now be passed through without re-encoding. They aren't covered by Auto Passthru yet, however. In addition, encoding to E-AC-3 is now possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6908 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/declpcm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/declpcm.c') diff --git a/libhb/declpcm.c b/libhb/declpcm.c index 4688dfdbb..42cc13e50 100644 --- a/libhb/declpcm.c +++ b/libhb/declpcm.c @@ -381,6 +381,7 @@ static int declpcmBSInfo( hb_work_object_t *w, const hb_buffer_t *b, info->matrix_encoding = AV_MATRIX_ENCODING_NONE; info->channel_layout = hdr2layout[nchannels - 1]; info->channel_map = &hb_libav_chan_map; + info->sample_bit_depth = sample_size; info->samples_per_frame = ( duration * rate ) / 90000; return 1; -- cgit v1.2.3