Home
last modified time | relevance | path

Searched defs:URLProtocol (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Durl.h53 typedef struct URLProtocol { struct
54 const char *name;
55 int (*url_open)( URLContext *h, const char *url, int flags);
61 int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);
62 int (*url_accept)(URLContext *s, URLContext **c);
63 int (*url_handshake)(URLContext *c);
99 } URLProtocol; argument