From 9adbc3f3a1770fec9d24b8f5be3438a6c8e9e6a6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 6 Oct 2013 12:52:12 +0200 Subject: bmv: Remove unused variable --- libavformat/bmv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/bmv.c') diff --git a/libavformat/bmv.c b/libavformat/bmv.c index f474648970..b5572aff37 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) -- cgit v1.2.3