mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Remove unused var
Originally committed as revision 13506 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7019f1a510
commit
408f43cb36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user