diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:13:02 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:13:02 +0000 |
commit | 701c618f7dac12e14a70a390c62cfeb71e33bab2 (patch) | |
tree | 4111360fcccc22b556f919de2051652300c1fb0a /libavcodec/arm/dsputil_arm.h | |
parent | 84d430f85a10cfbca196c686ee59c72dff558ca1 (diff) | |
download | ffmpeg-701c618f7dac12e14a70a390c62cfeb71e33bab2.tar.gz |
ARM: clean up file/function naming conventions
Originally committed as revision 20164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/dsputil_arm.h')
-rw-r--r-- | libavcodec/arm/dsputil_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/dsputil_arm.h b/libavcodec/arm/dsputil_arm.h index 4227820f3e..18c46fca35 100644 --- a/libavcodec/arm/dsputil_arm.h +++ b/libavcodec/arm/dsputil_arm.h @@ -23,7 +23,7 @@ void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx); -void ff_float_init_arm_vfp(DSPContext* c, AVCodecContext *avctx); +void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx); void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx); |