git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avformat/dv: remove unused variable
[ffmpeg.git]
/
libavformat
/
dv.c
diff --git
a/libavformat/dv.c
b/libavformat/dv.c
index
3590406
..
1f47d41
100644
(file)
--- a/
libavformat/dv.c
+++ b/
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;