diff txd.c @ 9385:6cd9e789dd9e libavcodec

Remove unused variables along with the related warnings.
author diego
date Fri, 10 Apr 2009 11:33:14 +0000
parents 54bc8a2727b0
children f2fb80b9952a
line wrap: on
line diff
--- a/txd.c	Fri Apr 10 11:31:55 2009 +0000
+++ b/txd.c	Fri Apr 10 11:33:14 2009 +0000
@@ -41,7 +41,6 @@
 static int txd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
                             AVPacket *avpkt) {
     const uint8_t *buf = avpkt->data;
-    int buf_size = avpkt->size;
     TXDContext * const s = avctx->priv_data;
     AVFrame *picture = data;
     AVFrame * const p = &s->picture;