Home
last modified time | relevance | path

Searched refs:avio_enum_protocols (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dprotocols.c94 const char *avio_enum_protocols(void **opaque, int output) in avio_enum_protocols() function
Davio.h762 const char *avio_enum_protocols(void **opaque, int output);
/third_party/ffmpeg/fftools/
Dopt_common.c934 while ((name = avio_enum_protocols(&opaque, 0))) in show_protocols()
937 while ((name = avio_enum_protocols(&opaque, 1))) in show_protocols()
/third_party/ffmpeg/doc/
DAPIchanges2899 d4d0932 / cdc6a87 deprecate av_protocol_next(), avio_enum_protocols
2903 d4d0932 / f8270bb add avio_enum_protocols.