diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-28 21:04:42 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-28 21:04:42 +0000 |
commit | 408f43cb36253ffc06827d105a5901ec83c15fae (patch) | |
tree | 346e7b9420145fa3993dbb20f92ef6211ddabd8d | |
parent | 7019f1a510ee69df946294a88e178b119cb6fb4a (diff) | |
download | ffmpeg-408f43cb36253ffc06827d105a5901ec83c15fae.tar.gz |
Remove unused var
Originally committed as revision 13506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/ra144.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 6498974c9a..e09d38f231 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -291,7 +291,6 @@ static int dec2(RA144Context *ractx, int16_t *decsp, int block_num, int work[10]; int a = block_num + 1; int b = NBLOCKS - a; - int x; // Interpolate block coefficients from the this frame forth block and // last frame forth block |