From: sr55 Date: Mon, 1 Oct 2018 19:59:23 +0000 (+0100) Subject: libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec option... X-Git-Tag: 1.2.0~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed05ae1a789e1f4f8b0580f87c5e9663671e6014;p=handbrake libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec option stereo_mode" message in the log. This option is changed in ffmpeg. --- 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: