Hi,

On Mon, Sep 22, 2014 at 12:35 PM, Georg Stein <[email protected]>
wrote:

> when i call
>
> int result = avformat_open_input(&this->avFormatContext, fileNameChar, fmt,
> NULL);
>
> the result is 0 but the AVFormatContext does not has any codec/stream in
> the command line tool from ffmepg can download the stream fine with the url
> i use in my app


avformat_find_stream_info().

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to