[Ffmpeg-cvslog] r8679 - trunk/libavformat/nsvdec.c
michael
subversion
Sun Apr 8 13:37:43 CEST 2007
Author: michael
Date: Sun Apr 8 13:37:43 2007
New Revision: 8679
Modified:
trunk/libavformat/nsvdec.c
Log:
file extension based probe is max/2
Modified: trunk/libavformat/nsvdec.c
==============================================================================
--- trunk/libavformat/nsvdec.c (original)
+++ trunk/libavformat/nsvdec.c Sun Apr 8 13:37:43 2007
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list