[FFmpeg-cvslog] zmbv: remove unused variable

Michael Niedermayer git at videolan.org
Sat Feb 4 01:20:17 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Feb  4 00:44:15 2012 +0100| [f57ab7ed376eea3ebb808583cdef7af4b0e1144e] | committer: Michael Niedermayer

zmbv: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f57ab7ed376eea3ebb808583cdef7af4b0e1144e
---

 libavcodec/zmbv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c
index 3797cfb..38a0d46 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);



More information about the ffmpeg-cvslog mailing list