mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 14:20:51 +00:00
file extension based probe is max/2
Originally committed as revision 8679 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
65a00bd65a
commit
ac5565d88c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user