summaryrefslogtreecommitdiffstats
path: root/libavcodec/sh4
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-05 22:26:57 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-05 22:53:44 +0100
commit620289a20e022b9c16c10d546ef86cc0bb77cc84 (patch)
treed3121534dafbe9d62233175ee4e57b64d1f92ee5 /libavcodec/sh4
parent70b348ec5b6a524ead4283fb5831891fe6658d5a (diff)
downloadffmpeg-streaming-620289a20e022b9c16c10d546ef86cc0bb77cc84.zip
ffmpeg-streaming-620289a20e022b9c16c10d546ef86cc0bb77cc84.tar.gz
sh4: Fix silly type vs. variable name search and replace typo
Diffstat (limited to 'libavcodec/sh4')
-rw-r--r--libavcodec/sh4/dsputil_align.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sh4/dsputil_align.c b/libavcodec/sh4/dsputil_align.c
index 0deb4ee..2ca4559 100644
--- a/libavcodec/sh4/dsputil_align.c
+++ b/libavcodec/sh4/dsputil_align.c
@@ -262,7 +262,7 @@ if (sz==16) { \
#define DEFFUNC(op,rnd,xy,sz,OP_N,avgfunc) \
static void op##_##rnd##_pixels##sz##_##xy (uint8_t * dest, const uint8_t * ref, \
- const int ptrdiff_t, int height) \
+ const ptrdiff_t stride, int height) \
{ \
switch((int)ref&3) { \
case 0:OP_N##0(sz,rnd##_##avgfunc); return; \
OpenPOWER on IntegriCloud