summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodecaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/encavcodecaudio.c')
-rw-r--r--libhb/encavcodecaudio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c
index 3258ca042..86ab66300 100644
--- a/libhb/encavcodecaudio.c
+++ b/libhb/encavcodecaudio.c
@@ -174,7 +174,8 @@ static hb_buffer_t * Encode( hb_work_object_t * w )
{
map = &hb_ac3_chan_map;
}
- else if ( audio->config.in.codec == HB_ACODEC_DCA )
+ else if ( audio->config.in.codec == HB_ACODEC_DCA ||
+ audio->config.in.codec == HB_ACODEC_LPCM )
{
map = &hb_qt_chan_map;
}