avformat/dv: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/73/head
Michael Niedermayer 11 years ago
parent 3853fcd5a9
commit 59ce62f713
  1. 2
      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;

Loading…
Cancel
Save