Commit 59ce62f7 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/dv: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3853fcd5
......@@ -582,7 +582,7 @@ static int dv_read_close(AVFormatContext *s)
static int dv_probe(AVProbeData *p)
{
unsigned state, marker_pos = 0;
unsigned marker_pos = 0;
int i;
int matches = 0;
int firstmatch = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment