On 10/09/13 12:10, aviad rozenhek wrote: > all the working examples in libav are based on protocols, except memory > buffers implemented in AVIO. > protocols also useful for defining new urls which avformat_open will use > automatically like myprotocol://stuff > protocols are useful and needed. why hide them?
Because, as you can see, they are still on overhaul, the "automatic" part is not automatic at all, actually you are writing much more boilerplate and pointless lines of code. Had this discussion with other before, you can check the Chrome as an example on why using avio works better. you can find me on skype/jabber for the next 40 min if you want to discuss more =) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
