[FFmpeg-cvslog] r20398 - trunk/libavcodec/dca.c
michael
subversion
Wed Oct 28 15:40:05 CET 2009
Author: michael
Date: Wed Oct 28 15:40:05 2009
New Revision: 20398
Log:
Remove unused variable j.
Modified:
trunk/libavcodec/dca.c
Modified: trunk/libavcodec/dca.c
==============================================================================
--- trunk/libavcodec/dca.c Wed Oct 28 15:24:04 2009 (r20397)
+++ trunk/libavcodec/dca.c Wed Oct 28 15:40:05 2009 (r20398)
@@ -752,7 +752,7 @@ static void qmf_32_subbands(DCAContext *
float scale, float bias)
{
const float *prCoeff;
- int i, j;
+ int i;
int subindex;
More information about the ffmpeg-cvslog
mailing list