mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-21 06:50:56 +00:00
lavu/tx: undef the correct macro
It was renamed and no warning was given for undeffing a nonexisting one.
This commit is contained in:
parent
e8f054b095
commit
a38c6f47c9
@ -567,7 +567,7 @@ int TX_NAME(ff_tx_init_mdct_fft)(AVTXContext *s, av_tx_fn *tx,
|
|||||||
CHECK_FACTOR(n, 15, len)
|
CHECK_FACTOR(n, 15, len)
|
||||||
CHECK_FACTOR(n, 5, len)
|
CHECK_FACTOR(n, 5, len)
|
||||||
CHECK_FACTOR(n, 3, len)
|
CHECK_FACTOR(n, 3, len)
|
||||||
#undef CHECK_NPTWO_FACTOR
|
#undef CHECK_FACTOR
|
||||||
|
|
||||||
/* len must be a power of two now */
|
/* len must be a power of two now */
|
||||||
if (!(len & (len - 1)) && len >= 4 && len <= max_ptwo) {
|
if (!(len & (len - 1)) && len >= 4 && len <= max_ptwo) {
|
||||||
|
Loading…
Reference in New Issue
Block a user