[FFmpeg-cvslog] r14071 - trunk/libavcodec/nellymoserdec.c
diego
subversion
Sat Jul 5 09:28:36 CEST 2008
Author: diego
Date: Sat Jul 5 09:28:35 2008
New Revision: 14071
Log:
Remove unused variable, fixes the warning:
libavcodec/nellymoserdec.c:133: warning: unused variable ?i?
Modified:
trunk/libavcodec/nellymoserdec.c
Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c (original)
+++ trunk/libavcodec/nellymoserdec.c Sat Jul 5 09:28:35 2008
@@ -130,7 +130,6 @@ static void nelly_decode_block(NellyMose
static av_cold int decode_init(AVCodecContext * avctx) {
NellyMoserDecodeContext *s = avctx->priv_data;
- int i;
s->avctx = avctx;
av_init_random(0, &s->random_state);
More information about the ffmpeg-cvslog
mailing list