From 63139f62f35944b9abd42505bf13a740676978e9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 19 Sep 2013 15:25:48 +0200 Subject: [PATCH] avformat/bmv: remove unused variable Signed-off-by: Michael Niedermayer --- libavformat/bmv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/bmv.c b/libavformat/bmv.c index 8520a4d4fb..f7a6068af3 100644 --- a/libavformat/bmv.c +++ b/libavformat/bmv.c @@ -72,7 +72,6 @@ static int bmv_read_packet(AVFormatContext *s, AVPacket *pkt) { BMVContext *c = s->priv_data; int type, err; - void *tmp; while (c->get_next) { if (s->pb->eof_reached)