bmv: Remove unused variable

This commit is contained in:
Diego Biurrun 2013-10-06 12:52:12 +02:00
parent 90e15e340d
commit 9adbc3f3a1
1 changed files with 0 additions and 1 deletions

View File

@ -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)