Commit 19bb5749 authored by vaclav's avatar vaclav
Browse files

fix build

parent 85519f46
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1133,7 +1133,6 @@ ivas_error IVAS_DEC_Reconfigure(
    ISAR_SPLIT_REND_BITS_DATA *splitRendBits /* o  : output split rendering bits    */
)
{
    bool isInitialized_voip;
    ivas_error error;

    if ( hIvasDec == NULL || hIvasDec->st_ivas == NULL )
@@ -1146,8 +1145,6 @@ ivas_error IVAS_DEC_Reconfigure(
        return IVAS_ERR_OK;
    }

    isInitialized_voip = hIvasDec->hTimeScaler != NULL;

    if ( !hIvasDec->isInitialized || hIvasDec->hasBeenFedFrame ) /* wait for the first good frame */
    {
        /*-----------------------------------------------------------------*