I will work on it and I will upload a new patch soon.

2015-04-28 15:00 GMT+02:00 Carl Eugen Hoyos <ceho...@ag.or.at>:

> Gorilla Maguila <gorilla.maguila <at> gmail.com> writes:
>
> > +static int hds_probe(AVProbeData *p)
> > +{
> > +    if(p->filename && av_stristr(p->filename, ".f4m"))
> > +        return AVPROBE_SCORE_MAX;
> > +    return 0;
> > +}
>
> Remove this function, instead add ".f4m" as
> .extentions to the AVInputFormat.
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to