Commit 9adbc3f3 authored by Diego Biurrun's avatar Diego Biurrun

bmv: Remove unused variable

parent 90e15e34
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment