diff ptx.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 7d851240d479
line wrap: on
line diff
--- a/ptx.c	Fri Apr 10 11:31:55 2009 +0000
+++ b/ptx.c	Fri Apr 10 11:33:14 2009 +0000
@@ -38,7 +38,6 @@
 static int ptx_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
                             AVPacket *avpkt) {
     const uint8_t *buf = avpkt->data;
-    int buf_size = avpkt->size;
     PTXContext * const s = avctx->priv_data;
     AVFrame *picture = data;
     AVFrame * const p = &s->picture;