Author | SHA1 | Message | Date |
---|---|---|---|
|
0fa00d0591 |
lavf: move avio_enum_protocols() to protocols.c
It's a more appropriate place for it. |
9 years ago |
|
2758cdedfb |
lavf: reorganize URLProtocols
Instead of a linked list constructed at av_register_all(), store them in a constant array of pointers. Since no registration is necessary now, this removes some global state from lavf. This will also allow the urlprotocol layer caller to limit the available protocols in a simple and flexible way in the following commits. |
9 years ago |