mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 20:16:42 +08: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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user