Loading apps/decoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -1583,10 +1583,6 @@ static ivas_error decodeG192( goto cleanup; } } if ( frame == 302 ) { fprintf( stderr, "frame = %d", frame ); } /* Run decoder for one frame (get rendered output) */ if ( ( error = IVAS_DEC_GetSamples( hIvasDec, pcmBuf, &nOutSamples ) ) != IVAS_ERR_OK ) { Loading Loading
apps/decoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -1583,10 +1583,6 @@ static ivas_error decodeG192( goto cleanup; } } if ( frame == 302 ) { fprintf( stderr, "frame = %d", frame ); } /* Run decoder for one frame (get rendered output) */ if ( ( error = IVAS_DEC_GetSamples( hIvasDec, pcmBuf, &nOutSamples ) ) != IVAS_ERR_OK ) { Loading