From 0dd704dbd4d77614952c2aebf631451d2ed830c5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 30 Nov 2011 17:28:48 -0500 Subject: vble: remove unused variable len. Signed-off-by: Michael Niedermayer Signed-off-by: Ronald S. Bultje --- libavcodec/vble.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vble.c') diff --git a/libavcodec/vble.c b/libavcodec/vble.c index 9589b535ec..839af2bfdc 100644 --- a/libavcodec/vble.c +++ b/libavcodec/vble.c @@ -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; } } -- cgit v1.2.3