Skip to content

Commit b216bcf

Browse files
committed
Fix f6fb0c2: Correct preemphasis with normal API
1 parent 524b293 commit b216bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celt/celt_encoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ void celt_preemphasis(const opus_res * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTR
590590
#else
591591
(void)clip; /* Avoids a warning about clip being unused. */
592592
#endif
593-
#if defined(CUSTOM_MODES) || defined(ENABLE_OPUS_CUSTOM_API)
593+
#if defined(CUSTOM_MODES) || defined(ENABLE_OPUS_CUSTOM_API) || defined(ENABLE_QEXT)
594594
if (coef[1] != 0)
595595
{
596596
opus_val16 coef1 = coef[1];

0 commit comments

Comments
 (0)