Loading lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading