Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-19 17:25:48 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-20 00:04:34 +0400
commit63139f62f35944b9abd42505bf13a740676978e9 (patch)
treec021d4db7b8238537ec2aa80126d879d578129d8 /libavformat/bmv.c
parent20101f4a8326d9f0ac3dd0cd0b00ba4430d3ba5e (diff)
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)