diff --git a/libavformat/dv.c b/libavformat/dv.c index 359040662d..1f47d411c2 100644 --- a/libavformat/dv.c +++ b/libavformat/dv.c @@ -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;