Commit b78de2cd authored by vaclav's avatar vaclav
Browse files

issue 994: remove an obsolete call of function ivas_ls_setup_conversion() in...

issue 994: remove an obsolete call of function ivas_ls_setup_conversion() in stereo; under FIX_944_REMOVE_LS_RENDERER_CALL_IN_STEREO
parent 2b11d68e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@
/*#define SPLIT_REND_WITH_HEAD_ROT  */                  /* Dlb,FhG: Split Rendering contributions 21 and 35 */

#define FIX_966_VAR_OVERFLOW_IN_HARM_MODEL_ARI          /* FhG: fix and undef behaviour bug in the harmonic TCX model arithmetic coder */

#define FIX_944_REMOVE_LS_RENDERER_CALL_IN_STEREO       /* VA: issue 994: remove an obsolete call of function ivas_ls_setup_conversion() in stereo */



+2 −0
Original line number Diff line number Diff line
@@ -143,11 +143,13 @@ ivas_error ivas_jbm_dec_tc(
        {
            hp20( p_output[n], output_frame, st_ivas->mem_hp20_out[n], output_Fs );
        }
#ifndef FIX_944_REMOVE_LS_RENDERER_CALL_IN_STEREO

        if ( st_ivas->renderer_type == RENDERER_MC && st_ivas->hDecoderConfig->nchan_out == 1 )
        {
            ivas_ls_setup_conversion( st_ivas, st_ivas->nchan_transport, output_frame, p_output, p_output );
        }
#endif
    }
    else if ( st_ivas->ivas_format == ISM_FORMAT )
    {