Commit 7f3ad3bf authored by vaclav's avatar vaclav
Browse files

Correct assignment within conditional expression within FIX_197_CREND_INTERFACE

parent 618a059c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1121,7 +1121,7 @@ static ivas_error ivas_mc_dec_reconfig(
                                                    getRendAudioConfigFromIvasAudioConfig( st_ivas->intern_config ),
                                                    getRendAudioConfigFromIvasAudioConfig( st_ivas->hDecoderConfig->output_config ),
                                                    st_ivas->hRenderConfig, st_ivas->hDecoderConfig->Opt_Headrotation,
                                                    st_ivas->hDecoderConfig->output_Fs ) != IVAS_ERR_OK ) )
                                                    st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK )
                {
                    return error;
                }