Browse Source

vble: remove unused variable len.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n0.9
Michael Niedermayer Ronald S. Bultje 14 years ago
parent
commit
0dd704dbd4
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/vble.c

+ 0
- 2
libavcodec/vble.c View File

@@ -91,7 +91,6 @@ static void vble_restore_plane(VBLEContext *ctx, int plane, int offset,
AVFrame *pic = ctx->avctx->coded_frame;
uint8_t *dst = pic->data[plane];
uint8_t *val = ctx->val + offset;
uint8_t *len = ctx->len + offset;
uint8_t a, b, c;
int stride = pic->linesize[plane];
int i, j;
@@ -116,7 +115,6 @@ static void vble_restore_plane(VBLEContext *ctx, int plane, int offset,
}
dst += stride;
val += width;
len += width;
}
}



Loading…
Cancel
Save