Commit 90d1247e authored by vaclav's avatar vaclav
Browse files

remove unused variable

parent 585248be
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -969,7 +969,9 @@ ivas_error ivas_jbm_dec_render(
    ivas_error error;
    float *p_output[MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS];
    float *p_tc[MAX_TRANSPORT_CHANNELS + MAX_NUM_OBJECTS];
#ifndef UNIFIED_DECODING_PATHS_LEFTOVERS
    SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom;
#endif
    int16_t nchan_out_syn_output;

    push_wmops( "ivas_dec_render" );
@@ -977,7 +979,9 @@ ivas_error ivas_jbm_dec_render(
     * Initialization of local vars after struct has been set
     *----------------------------------------------------------------*/

#ifndef UNIFIED_DECODING_PATHS_LEFTOVERS
    hSpatParamRendCom = st_ivas->hSpatParamRendCom;
#endif
    output_Fs = st_ivas->hDecoderConfig->output_Fs;
    nchan_out = st_ivas->hDecoderConfig->nchan_out;
    nchan_transport = st_ivas->hTcBuffer->nchan_transport_jbm;