Commit 44832ce8 authored by vaclav's avatar vaclav
Browse files

Merge branch 'wrong_error_return_for_ivas_ism_enc_config' into 'main'

Wrong error return for ivas ism_enc_config()

See merge request !729
parents 16a62090 7eaf7ebf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ ivas_error ivas_enc(
    else if ( ivas_format == ISM_FORMAT )
    {
        /* select ISM format mode; reconfigure the ISM format encoder */
        if ( ( ivas_ism_enc_config( st_ivas ) ) )
        if ( ( error = ivas_ism_enc_config( st_ivas ) ) != IVAS_ERR_OK )
        {
            return error;
        }