Commit 01ec3399 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix misplaced code whcih caused segfault

parent 08217b00
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4407,10 +4407,11 @@ ivas_error IVAS_REND_AddInput_fx(
        {
            return error;
        }
    }

        /*assumes that input has been added which means codec has been set to either lcld or lc3plus (even if render config specified default)*/
        splitPreRendCldfb = EQ_32( hIvasRend->hRendererConfig->split_rend_config.codec, ISAR_SPLIT_REND_CODEC_LCLD );
    }


#ifdef CODE_IMPROVEMENTS
    inputType = getAudioConfigType( inConfig );