Mercurial > libavcodec.hg
diff arm/dsputil_arm.h @ 10360:b72bb442a775 libavcodec
ARM: clean up file/function naming conventions
| author | mru |
|---|---|
| date | Sun, 04 Oct 2009 13:13:02 +0000 |
| parents | 48be79afc72d |
| children | 08573f5f587d |
line wrap: on
line diff
--- a/arm/dsputil_arm.h Sun Oct 04 13:12:55 2009 +0000 +++ b/arm/dsputil_arm.h Sun Oct 04 13:13:02 2009 +0000 @@ -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);
