summaryrefslogtreecommitdiff
path: root/libavformat/bmv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-19 15:25:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-19 22:04:34 +0200
commit63139f62f35944b9abd42505bf13a740676978e9 (patch)
treec021d4db7b8238537ec2aa80126d879d578129d8 /libavformat/bmv.c
parent20101f4a8326d9f0ac3dd0cd0b00ba4430d3ba5e (diff)
downloadffmpeg-63139f62f35944b9abd42505bf13a740676978e9.tar.gz
avformat/bmv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/bmv.c')
-rw-r--r--libavformat/bmv.c1
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)