Navigation Menu

Skip to content

Commit

Permalink
avformat/bmv: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed Sep 19, 2013
1 parent 20101f4 commit 63139f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavformat/bmv.c
Expand Up @@ -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)
Expand Down

0 comments on commit 63139f6

Please sign in to comment.