From ed05ae1a789e1f4f8b0580f87c5e9663671e6014 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 1 Oct 2018 20:59:23 +0100 Subject: [PATCH] libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec option stereo_mode" message in the log. This option is changed in ffmpeg. --- libhb/encavcodecaudio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c index 48174a44d..a2152d0ff 100644 --- a/libhb/encavcodecaudio.c +++ b/libhb/encavcodecaudio.c @@ -105,7 +105,6 @@ static int encavcodecaInit(hb_work_object_t *w, hb_job_t *job) case HB_ACODEC_FFAAC: codec_name = "aac"; - av_dict_set(&av_opts, "stereo_mode", "ms_off", 0); break; case HB_ACODEC_FFFLAC: -- 2.40.0