From 408f43cb36253ffc06827d105a5901ec83c15fae Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Wed, 28 May 2008 21:04:42 +0000 Subject: [PATCH] Remove unused var Originally committed as revision 13506 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 6498974c9..e09d38f23 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 -- 2.11.0