From 59ce62f7135ce766e138aa1084abe807029f11a9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 10 Nov 2013 12:20:40 +0100 Subject: [PATCH] avformat/dv: remove unused variable Signed-off-by: Michael Niedermayer --- libavformat/dv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;