diff options
Diffstat (limited to 'libhb/dvdnav.c')
-rw-r--r-- | libhb/dvdnav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c index 2e4918095..d6e97c1a5 100644 --- a/libhb/dvdnav.c +++ b/libhb/dvdnav.c @@ -512,6 +512,7 @@ static hb_title_t * hb_dvdnav_title_scan( hb_dvd_t * e, int t, uint64_t min_dura case 0x03: audio->id = 0xc0 + position; audio->config.in.codec = HB_ACODEC_FFMPEG; + audio->config.in.codec_param = CODEC_ID_MP2; codec_name = "MPEG"; break; |