On Tue, Sep 23, 2014 at 02:44:36PM -0000, Georg Stein wrote:
> where is hls_probe in, my qt creator is not showing me this, and i included
> #include <libavcodec/avcodec.h>
>     #include <libavformat/avformat.h>
>     #include <libavutil/frame.h>
>     #include <libavutil/pixfmt.h>
>     #include <libavutil/opt.h>
>     #include <libavutil/imgutils.h>
>     #include <libswscale/swscale.h>
>     #include <libavutil/mathematics.h>
>     #include <libavutil/dict.h>

hls_probe is in libavformat/hls.c
it detect the hls format
you should look at it if it fails to detect it in your case
maybe this provides some hint towrd what goes wrong

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus

Attachment: signature.asc
Description: Digital signature

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

Reply via email to