Ah, thank you. I was hoping this would show me how I could register my own protocols. Our software used to ffurl_register_protocol 5 protocols. Now that we are upgrading to a later version of ffmpeg, I have to figure out how to register those protocols in a different way.
I've been told the correct way is to do a avio_alloc_context, but that doesn't take all the function pointers I need to pass in such as open and close. Any thoughts? Thanks! mahboud On Tue, Oct 31, 2017 at 5:33 PM Carl Eugen Hoyos <[email protected]> wrote: > 2017-11-01 1:21 GMT+01:00 Mahboud Zabetian <[email protected]>: > > Hi. Can someone tell me how the file > > > > libavformat/protocol_list.c > > > > is created? I assume it is made on the fly. > > The configure script creates it. > > Carl Eugen > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user >
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
