diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-19 15:25:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-19 22:04:34 +0200 |
commit | 63139f62f35944b9abd42505bf13a740676978e9 (patch) | |
tree | c021d4db7b8238537ec2aa80126d879d578129d8 | |
parent | 20101f4a8326d9f0ac3dd0cd0b00ba4430d3ba5e (diff) | |
download | ffmpeg-63139f62f35944b9abd42505bf13a740676978e9.tar.gz |
avformat/bmv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/bmv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/bmv.c b/libavformat/bmv.c index 8520a4d4fb..f7a6068af3 100644 --- a/libavformat/bmv.c +++ b/libavformat/bmv.c @@ -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) |