summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-02-04 00:44:15 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-02-04 01:12:04 +0100
commitf57ab7ed376eea3ebb808583cdef7af4b0e1144e (patch)
tree37def3e0d2b8970ff6a96c604e14fc24773e593b /libavcodec/zmbv.c
parent58dabf7bf2fdd08f79173da0df613127ff783028 (diff)
zmbv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/zmbv.c')
-rw-r--r--libavcodec/zmbv.c1
1 files changed, 0 insertions, 1 deletions
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);