Commit 1943032e authored by vaclav's avatar vaclav
Browse files

fix EVS decoder

parent 4bc35e93
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1082,7 +1082,7 @@ ivas_error IVAS_DEC_GetSamplesDecoder(
    }

#ifdef NONBE_1293_CRASH_FIRST_FRAME_LOST
    if ( !hIvasDec->hasBeenFedFirstGoodFrame )
    if ( !hIvasDec->hasBeenFedFirstGoodFrame && !hIvasDec->isInitialized )
    {
        return IVAS_ERR_OK;
    }