Hello,

I upgraded to v0.7.2 and now avformat_open_input always returns "No such file or directory" (-2). I tried it with files and http-mjpg streams but it makes no difference.

Call looks like this:

AVFormatContext* context = NULL;
avformat_open_input(&context, "some file or stream", NULL, NULL);

Please help :)
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to