Mercurial > libavcodec.hg
changeset 10176:278d78d1bf19 libavcodec
10l: fix ff_fft_init_arm() prototype
author | mru |
---|---|
date | Tue, 15 Sep 2009 23:14:55 +0000 |
parents | 5cf49858179a |
children | 981143737752 |
files | dsputil.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.h Tue Sep 15 21:14:14 2009 +0000 +++ b/dsputil.h Tue Sep 15 23:14:55 2009 +0000 @@ -699,7 +699,7 @@ void ff_fft_init_altivec(FFTContext *s); void ff_fft_init_mmx(FFTContext *s); -void ff_fft_init_neon(FFTContext *s); +void ff_fft_init_arm(FFTContext *s); /** * Do the permutation needed BEFORE calling ff_fft_calc().