summaryrefslogtreecommitdiff
path: root/libavcodec/vble.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vble.c')
-rw-r--r--libavcodec/vble.c2
1 files changed, 0 insertions, 2 deletions
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;
}
}