summaryrefslogtreecommitdiff
path: root/libavcodec/arm/jrevdct_arm.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-10-06 21:55:41 +0000
committerMåns Rullgård <mans@mansr.com>2009-10-06 21:55:41 +0000
commit2ad4c241c852efc0baa79b21db6bbc87c27873ef (patch)
treee6fc828433458f0da8389e1d8f5f78d38992a1dd /libavcodec/arm/jrevdct_arm.S
parentcf57bea6fb32a320191f9f0721b352fc33c87826 (diff)
ARM: make function names all-lowercase
Originally committed as revision 20186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/jrevdct_arm.S')
-rw-r--r--libavcodec/arm/jrevdct_arm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/jrevdct_arm.S b/libavcodec/arm/jrevdct_arm.S
index 406070198b..4fcf35101d 100644
--- a/libavcodec/arm/jrevdct_arm.S
+++ b/libavcodec/arm/jrevdct_arm.S
@@ -1,6 +1,6 @@
/*
C-like prototype :
- void j_rev_dct_ARM(DCTBLOCK data)
+ void j_rev_dct_arm(DCTBLOCK data)
With DCTBLOCK being a pointer to an array of 64 'signed shorts'
@@ -57,7 +57,7 @@
.text
.align
-function ff_j_rev_dct_ARM, export=1
+function ff_j_rev_dct_arm, export=1
stmdb sp!, { r4 - r12, lr } @ all callee saved regs
sub sp, sp, #4 @ reserve some space on the stack