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
file extension based probe is max/2
Originally committed as revision 8679 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
65a00bd65a
commit
ac5565d88c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/nsvdec.c
+ 1
- 1
libavformat/nsvdec.c
View File
@@ -743,7 +743,7 @@ static int nsv_probe(AVProbeData *p)
}
/* so we'll have more luck on extension... */
if (match_ext(p->filename, "nsv"))
return AVPROBE_SCORE_MAX
-20
;
return AVPROBE_SCORE_MAX
/2
;
/* FIXME: add mime-type check */
return 0;
}
Write
Preview
Loading…
Cancel
Save