Mercurial > libavformat.hg
changeset 2003:05b383b1c46c libavformat
file extension based probe is max/2
author | michael |
---|---|
date | Sun, 08 Apr 2007 11:37:43 +0000 |
parents | 1aa1bc9c5be8 |
children | cabaa5557164 |
files | nsvdec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nsvdec.c Sun Apr 08 11:37:04 2007 +0000 +++ b/nsvdec.c Sun Apr 08 11:37:43 2007 +0000 @@ -743,7 +743,7 @@ } /* 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; }