Hello

I am trying to open a video using av_open_input_stream. Previewsly I used av_open_input_file() with just NULL for AVInputFormat *fmt, and it worked perfectly. Now I would like to use av_open_input_stream instead, in order to interface with my virtual file system module.

Tthe documentation for av_open_input_stream says it needs a valid pointer (and also I checked the code and the pointer is being dereferenced inside av_open_input_stream), so can anyone tell me, what should I pass there?

Thanks

Michael
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to