git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed unused variables
[ffmpeg.git]
/
libavcodec
/
ra288.c
diff --git
a/libavcodec/ra288.c
b/libavcodec/ra288.c
index
7d638b8
..
b590748
100644
(file)
--- a/
libavcodec/ra288.c
+++ b/
libavcodec/ra288.c
@@
-168,7
+168,7
@@
static void co(int n, int i, int j, float *in, float *out, float *st1, float *st
{
int a,b,c;
unsigned int x;
{
int a,b,c;
unsigned int x;
- float *fp
,*fp2
;
+ float *fp;
float buffer1[37];
float buffer2[37];
float work[111];
float buffer1[37];
float buffer2[37];
float work[111];