Commit 591f04b2 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix wrong placement of #endif

parent db51476e
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5012,11 +5012,10 @@ IF( hIvasDec->hasDecodedFirstGoodFrame &&splitRendBits != NULL )
        {
            ivas_limiter_dec_fx( st_ivas->hLimiter, p_head_pose_buf, st_ivas->hDecoderConfig->nchan_out, *nSamplesRendered, st_ivas->BER_detect, Q11 );
        }
#endif

        ivas_syn_output_fx( p_head_pose_buf, Q11, *nSamplesRendered, st_ivas->hDecoderConfig->nchan_out, pcmBuf );
    }
#endif
    }

    return IVAS_ERR_OK;
}