summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rdft.c')
-rw-r--r--libavcodec/rdft.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/rdft.c b/libavcodec/rdft.c
index 29fedc8767..457abeea78 100644
--- a/libavcodec/rdft.c
+++ b/libavcodec/rdft.c
@@ -121,6 +121,9 @@ av_cold int ff_rdft_init(RDFTContext *s, int nbits, enum RDFTransformType trans)
}
#endif
s->rdft_calc = ff_rdft_calc_c;
+
+ if (ARCH_ARM) ff_rdft_init_arm(s);
+
return 0;
}