From: Michael Niedermayer <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/vble.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vble.c b/libavcodec/vble.c
index 9589b53..839af2b 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;
}
}
--
1.7.7.3
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel