avformat/dv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -582,7 +582,7 @@ static int dv_read_close(AVFormatContext *s)
|
|||||||
|
|
||||||
static int dv_probe(AVProbeData *p)
|
static int dv_probe(AVProbeData *p)
|
||||||
{
|
{
|
||||||
unsigned state, marker_pos = 0;
|
unsigned marker_pos = 0;
|
||||||
int i;
|
int i;
|
||||||
int matches = 0;
|
int matches = 0;
|
||||||
int firstmatch = 0;
|
int firstmatch = 0;
|
||||||
|
Reference in New Issue
Block a user