Commit 618a059c authored by emerit's avatar emerit
Browse files

fix compilation error when FIX_197_CREND_INTERFACE is not defined

parent ed89814b
Loading
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -1128,7 +1128,6 @@ static ivas_error ivas_mc_dec_reconfig(
                st_ivas->binaural_latency_ns = st_ivas->hCrendWrapper->binaural_latency_ns;
            }
#else
        }
            else if ( st_ivas->hCrend == NULL && ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV || st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM ) )
            {
                if ( ivas_crend_open( st_ivas ) != IVAS_ERR_OK )
@@ -1136,7 +1135,6 @@ static ivas_error ivas_mc_dec_reconfig(
                    return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "ivas_crend_open failed" );
                }
            }

#endif
        }
        /* mono/stereo */