diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-04 00:44:15 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-04 01:12:04 +0100 |
commit | f57ab7ed376eea3ebb808583cdef7af4b0e1144e (patch) | |
tree | 37def3e0d2b8970ff6a96c604e14fc24773e593b /libavcodec | |
parent | 58dabf7bf2fdd08f79173da0df613127ff783028 (diff) | |
download | ffmpeg-f57ab7ed376eea3ebb808583cdef7af4b0e1144e.tar.gz |
zmbv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/zmbv.c | 1 |
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); |