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