Revision f4855a90 libavcodec/ac3dsp.c
libavcodec/ac3dsp.c | ||
---|---|---|
109 | 109 |
c->ac3_rshift_int32 = ac3_rshift_int32_c; |
110 | 110 |
c->float_to_fixed24 = float_to_fixed24_c; |
111 | 111 |
|
112 |
if (ARCH_ARM) |
|
113 |
ff_ac3dsp_init_arm(c, bit_exact); |
|
112 | 114 |
if (HAVE_MMX) |
113 | 115 |
ff_ac3dsp_init_x86(c, bit_exact); |
114 | 116 |
} |
Also available in: Unified diff