On Wed, May 14, 2014 at 2:27 PM, Michael Niedermayer <[email protected]> wrote: > diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v > index 0b47668..0d5d3b0 100644 > --- a/libavformat/libavformat.v > +++ b/libavformat/libavformat.v > @@ -21,6 +21,8 @@ LIBAVFORMAT_$MAJOR { > ffurl_size; > ffurl_write; > ffurl_protocol_next; > + ffio_fdopen; > + ffurl_register_protocol; > url_open; > url_close; > url_write; > > and it needs to #include libavformat/url.h (which isnt installed be > default)
If you need subscribers to the idea of re-publicizing the register protocol APIs, count me in. I also use it in one of the projects that needs an ffmpeg update, and that's probably one of the biggest tasks blocking me. Since ffmpeg there is an optional requirement, I keep postponing the port. Having that API back into ffmpeg would certainly most certainly help. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
