[FFmpeg-cvslog] vble: remove unused variable len.
Michael Niedermayer
git at videolan.org
Fri Dec 2 01:00:51 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Nov 30 17:28:48 2011 -0500| [0dd704dbd4d77614952c2aebf631451d2ed830c5] | committer: Ronald S. Bultje
vble: remove unused variable len.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0dd704dbd4d77614952c2aebf631451d2ed830c5
---
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;
}
}
More information about the ffmpeg-cvslog
mailing list