提交 0dd704db 编写于 作者: M Michael Niedermayer 提交者: Ronald S. Bultje

vble: remove unused variable len.

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
上级 c8f0e88b
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册