avformat/bmv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
20101f4a83
commit
63139f62f3
@ -72,7 +72,6 @@ static int bmv_read_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
{
|
{
|
||||||
BMVContext *c = s->priv_data;
|
BMVContext *c = s->priv_data;
|
||||||
int type, err;
|
int type, err;
|
||||||
void *tmp;
|
|
||||||
|
|
||||||
while (c->get_next) {
|
while (c->get_next) {
|
||||||
if (s->pb->eof_reached)
|
if (s->pb->eof_reached)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user