mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
sh4: Fix silly type vs. variable name search and replace typo
This commit is contained in:
parent
70b348ec5b
commit
620289a20e
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user