mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02: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)
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user