Paul B Mahol <onemda <at> gmail.com> writes:

> +static int msf_probe(AVProbeData *p)
> +{
> +    if (memcmp(p->buf, "MSF", 3))
> +        return 0;
> +
> +    return AVPROBE_SCORE_MAX;

Should be less than EXTENSION / 2 but you 
can check codec and channels.

Carl Eugen

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to