summaryrefslogtreecommitdiff
path: root/libavcodec/sh4/idct_sh4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sh4/idct_sh4.c')
-rw-r--r--libavcodec/sh4/idct_sh4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sh4/idct_sh4.c b/libavcodec/sh4/idct_sh4.c
index 9da6ffcf65..87f175f0e1 100644
--- a/libavcodec/sh4/idct_sh4.c
+++ b/libavcodec/sh4/idct_sh4.c
@@ -89,7 +89,7 @@ static const float odd_table[] __attribute__ ((aligned(8))) = {
//optimized
-void ff_idct_sh4(DCTELEM *block)
+void ff_idct_sh4(int16_t *block)
{
DEFREG;