From f57ab7ed376eea3ebb808583cdef7af4b0e1144e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 4 Feb 2012 00:44:15 +0100 Subject: [PATCH] zmbv: remove unused variable Signed-off-by: Michael Niedermayer --- libavcodec/zmbv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index 3797cfb4ae..38a0d467ff 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -404,7 +404,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac int zret = Z_OK; // Zlib return code int len = buf_size; int hi_ver, lo_ver, ret; - uint8_t *tmp; if (c->pic.data[0]) avctx->release_buffer(avctx, &c->pic);