This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
3853fcd5a9
commit
59ce62f713
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save