projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf408d8
)
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
author
Vitor Sessak
<vitor1001@gmail.com>
Thu, 15 May 2008 18:30:05 +0000
(18:30 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Thu, 15 May 2008 18:30:05 +0000
(18:30 +0000)
Originally committed as revision 13161 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra144.c
patch
|
blob
|
history
diff --git
a/libavcodec/ra144.c
b/libavcodec/ra144.c
index
234f85c
..
c2b6349
100644
(file)
--- a/
libavcodec/ra144.c
+++ b/
libavcodec/ra144.c
@@
-394,7
+394,7
@@
static int eq(Real144_internal *glob, short *in, int *target)
if ((u + 0x1000) > 0x1fff)
retval = 1;
- FFSWAP(
unsigned
int *, bp1, bp2);
+ FFSWAP(int *, bp1, bp2);
}
return retval;
}