mirror of https://git.ffmpeg.org/ffmpeg.git
bmv: Remove unused variable
This commit is contained in:
parent
90e15e340d
commit
9adbc3f3a1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue