mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 12:40:01 +00:00
vble: remove unused variable len.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
c8f0e88b20
commit
0dd704dbd4
@ -91,7 +91,6 @@ static void vble_restore_plane(VBLEContext *ctx, int plane, int offset,
|
|||||||
AVFrame *pic = ctx->avctx->coded_frame;
|
AVFrame *pic = ctx->avctx->coded_frame;
|
||||||
uint8_t *dst = pic->data[plane];
|
uint8_t *dst = pic->data[plane];
|
||||||
uint8_t *val = ctx->val + offset;
|
uint8_t *val = ctx->val + offset;
|
||||||
uint8_t *len = ctx->len + offset;
|
|
||||||
uint8_t a, b, c;
|
uint8_t a, b, c;
|
||||||
int stride = pic->linesize[plane];
|
int stride = pic->linesize[plane];
|
||||||
int i, j;
|
int i, j;
|
||||||
@ -116,7 +115,6 @@ static void vble_restore_plane(VBLEContext *ctx, int plane, int offset,
|
|||||||
}
|
}
|
||||||
dst += stride;
|
dst += stride;
|
||||||
val += width;
|
val += width;
|
||||||
len += width;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user