Browse Source

avformat/dv: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 11 years ago
parent
commit
59ce62f713
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/dv.c

+ 1
- 1
libavformat/dv.c 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;


Loading…
Cancel
Save