Browse Source

Remove unused variable, fixes the warning:

libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’

Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
f1e3c9368b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/nellymoserdec.c

+ 0
- 1
libavcodec/nellymoserdec.c View File

@@ -130,7 +130,6 @@ static void nelly_decode_block(NellyMoserDecodeContext *s,

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);


Loading…
Cancel
Save