Commit 36fea33c authored by Jan Kiene's avatar Jan Kiene
Browse files

fix comparison typo

parent 1f77a208
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2986,7 +2986,7 @@ ivas_error IVAS_DEC_Flush(
    error = IVAS_ERR_OK;

    test();
    IF( GE_16( nSamplesToRender, 0 ) && NE_16( hIvasDec->st_ivas->ivas_format, MONO_FORMAT ) )
    IF( GT_16( nSamplesToRender, 0 ) && NE_16( (Word16) hIvasDec->st_ivas->ivas_format, (Word16) MONO_FORMAT ) )
    {
#endif
        error = IVAS_DEC_GetRenderedSamples( hIvasDec, nSamplesToRender, &nSamplesFlushedLocal, &hIvasDec->nSamplesAvailableNext, pcmBuf );