[FFmpeg-cvslog] vble: remove unused variable len.
Michael Niedermayer
git at videolan.org
Sat Nov 12 03:23:43 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Nov 12 02:06:56 2011 +0100| [177bcc1ad9fe6da8400a8c2297ee1b1bfa2c999a] | committer: Michael Niedermayer
vble: remove unused variable len.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=177bcc1ad9fe6da8400a8c2297ee1b1bfa2c999a
---
libavcodec/vble.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vble.c b/libavcodec/vble.c
index 1790a39..ae4645b 100644
--- a/libavcodec/vble.c
+++ b/libavcodec/vble.c
@@ -94,7 +94,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;
@@ -119,7 +118,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