[FFmpeg-cvslog] r13506 - trunk/libavcodec/ra144.c
vitor
subversion
Wed May 28 23:04:42 CEST 2008
Author: vitor
Date: Wed May 28 23:04:42 2008
New Revision: 13506
Log:
Remove unused var
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Wed May 28 23:04:42 2008
@@ -291,7 +291,6 @@ static int dec2(RA144Context *ractx, int
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
More information about the ffmpeg-cvslog
mailing list