2017-11-06 1:31 GMT+01:00 Aurelien Jacobs :
> Well, the best might be to just remove this probing
> function.
+1
Merci, Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Mon, Nov 06, 2017 at 12:48:32AM +0100, Carl Eugen Hoyos wrote:
> 2017-11-06 0:35 GMT+01:00 Aurelien Jacobs :
>
> > +static int sbc_probe(AVProbeData *p)
> > +{
> > +int score = 0;
>
> > +int l = strlen(p->filename);
> > +if (l > 4 && !strcmp(&p->filename[l-4], ".sbc"))
> > +
2017-11-06 0:35 GMT+01:00 Aurelien Jacobs :
> +static int sbc_probe(AVProbeData *p)
> +{
> +int score = 0;
> +int l = strlen(p->filename);
> +if (l > 4 && !strcmp(&p->filename[l-4], ".sbc"))
> +score = AVPROBE_SCORE_EXTENSION;
This may make sense but we don't do it for any
ot