[FFmpeg-devel] [PATCH] Adobe HTTP Dynamic Streaming (HDS) demuxer improvements

Gorilla Maguila gorilla.maguila at gmail.com
Tue Apr 28 15:14:30 CEST 2015


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

2015-04-28 15:00 GMT+02:00 Carl Eugen Hoyos <cehoyos at 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list