[FFmpeg-cvslog] r19865 - trunk/libavcodec/dsputil.h
mru
subversion
Wed Sep 16 01:14:56 CEST 2009
Author: mru
Date: Wed Sep 16 01:14:55 2009
New Revision: 19865
Log:
10l: fix ff_fft_init_arm() prototype
Modified:
trunk/libavcodec/dsputil.h
Modified: trunk/libavcodec/dsputil.h
==============================================================================
--- trunk/libavcodec/dsputil.h Tue Sep 15 23:14:14 2009 (r19864)
+++ trunk/libavcodec/dsputil.h Wed Sep 16 01:14:55 2009 (r19865)
@@ -699,7 +699,7 @@ void ff_fft_calc_c(FFTContext *s, FFTCom
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().
More information about the ffmpeg-cvslog
mailing list