Commit f57ab7ed authored by Michael Niedermayer's avatar Michael Niedermayer

zmbv: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 58dabf7b
...@@ -404,7 +404,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac ...@@ -404,7 +404,6 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
int zret = Z_OK; // Zlib return code int zret = Z_OK; // Zlib return code
int len = buf_size; int len = buf_size;
int hi_ver, lo_ver, ret; int hi_ver, lo_ver, ret;
uint8_t *tmp;
if (c->pic.data[0]) if (c->pic.data[0])
avctx->release_buffer(avctx, &c->pic); avctx->release_buffer(avctx, &c->pic);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment