]> granicus.if.org Git - handbrake/commitdiff
libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec option...
authorsr55 <sr55.hb@outlook.com>
Mon, 1 Oct 2018 19:59:23 +0000 (20:59 +0100)
committersr55 <sr55.hb@outlook.com>
Mon, 1 Oct 2018 19:59:23 +0000 (20:59 +0100)
libhb/encavcodecaudio.c

index 48174a44dd186f4ecd96fcabe3a1bfe19cee5a34..a2152d0ffa883ddf337dad19a6bcf0f387ab0ea7 100644 (file)
@@ -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: