avformat/dv: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-11-10 12:20:40 +01:00
parent 3853fcd5a9
commit 59ce62f713
1 changed files with 1 additions and 1 deletions

View File

@ -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;