summaryrefslogtreecommitdiff
path: root/libavformat/bmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/bmv.c')
-rw-r--r--libavformat/bmv.c1
1 files changed, 0 insertions, 1 deletions
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)