summaryrefslogtreecommitdiffstats
path: root/libhb/declpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/declpcm.c')
-rw-r--r--libhb/declpcm.c1
1 files changed, 1 insertions, 0 deletions
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;