summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-10-01 20:59:23 +0100
committersr55 <[email protected]>2018-10-01 20:59:23 +0100
commited05ae1a789e1f4f8b0580f87c5e9663671e6014 (patch)
treee3d5eb415532dd88f50926db48b77658ec38ee47
parent353f42cbf7ae5ba643514c08ef83ef65ab48c86b (diff)
libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec option stereo_mode" message in the log. This option is changed in ffmpeg.
-rw-r--r--libhb/encavcodecaudio.c1
1 files changed, 0 insertions, 1 deletions
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: