]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiodsp.c
Set Chronomaster DFA palette opaque.
[ffmpeg] / libavcodec / mpegaudiodsp.c
index d98d25bb212345c80d393629d7842c6fe837ce23..212610d8876fb18b0cecf4a2398abf3be6169d46 100644 (file)
@@ -35,6 +35,9 @@ void ff_mpadsp_init(MPADSPContext *s)
     s->dct32_float = dct.dct32;
     s->dct32_fixed = ff_dct32_fixed;
 
+    s->imdct36_float = ff_imdct36_float;
+    s->imdct36_fixed = ff_imdct36_fixed;
+
     if (ARCH_ARM)     ff_mpadsp_init_arm(s);
     if (HAVE_MMX)     ff_mpadsp_init_mmx(s);
     if (HAVE_ALTIVEC) ff_mpadsp_init_altivec(s);