Without this, the tables will be zero and the tests completely useless.
Signed-off-by: James Almer <[email protected]>
---
tests/checkasm/aacencdsp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/checkasm/aacencdsp.c b/tests/checkasm/aacencdsp.c
index 5308a2ac03..d53a04c532 100644
--- a/tests/checkasm/aacencdsp.c
+++ b/tests/checkasm/aacencdsp.c
@@ -101,6 +101,7 @@ void checkasm_check_aacencdsp(void)
{
AACEncDSPContext s = { 0 };
ff_aacenc_dsp_init(&s);
+ ff_aac_float_common_init();
test_abs_pow34(&s);
test_quant_bands(&s);
--
2.47.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".