[FFmpeg-cvslog] sh4: Fix silly type vs. variable name search and replace typo
Diego Biurrun
git at videolan.org
Wed Feb 6 13:33:31 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Feb 5 22:26:57 2013 +0100| [620289a20e022b9c16c10d546ef86cc0bb77cc84] | committer: Diego Biurrun
sh4: Fix silly type vs. variable name search and replace typo
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=620289a20e022b9c16c10d546ef86cc0bb77cc84
---
libavcodec/sh4/dsputil_align.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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; \
More information about the ffmpeg-cvslog
mailing list