diff options
author | sr55 <[email protected]> | 2018-10-01 20:59:23 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-10-01 20:59:23 +0100 |
commit | ed05ae1a789e1f4f8b0580f87c5e9663671e6014 (patch) | |
tree | e3d5eb415532dd88f50926db48b77658ec38ee47 /libhb/encavcodecaudio.c | |
parent | 353f42cbf7ae5ba643514c08ef83ef65ab48c86b (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.
Diffstat (limited to 'libhb/encavcodecaudio.c')
-rw-r--r-- | libhb/encavcodecaudio.c | 1 |
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: |