mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
avformat/dv: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3853fcd5a9
commit
59ce62f713
@ -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…
Reference in New Issue
Block a user