[FFmpeg-cvslog] r19932 - trunk/libavcodec/atrac3.c
diego
subversion
Sun Sep 20 20:21:54 CEST 2009
Author: diego
Date: Sun Sep 20 20:21:54 2009
New Revision: 19932
Log:
Remove unused variable, fixes the warning:
libavcodec/atrac3.c:195: warning: unused variable ?s?
Modified:
trunk/libavcodec/atrac3.c
Modified: trunk/libavcodec/atrac3.c
==============================================================================
--- trunk/libavcodec/atrac3.c Sun Sep 20 19:30:20 2009 (r19931)
+++ trunk/libavcodec/atrac3.c Sun Sep 20 20:21:54 2009 (r19932)
@@ -192,7 +192,6 @@ static int decode_bytes(const uint8_t* i
static av_cold void init_atrac3_transforms(ATRAC3Context *q) {
float enc_window[256];
- float s;
int i;
/* Generate the mdct window, for details see
More information about the ffmpeg-cvslog
mailing list