ffmpeg-lutin/generated/protocol_list.c

14 lines
314 B
C
Raw Permalink Normal View History

2017-04-03 23:57:57 +02:00
static const URLProtocol *url_protocols[] = {
&ff_ffrtmphttp_protocol,
&ff_file_protocol,
&ff_hls_protocol,
&ff_http_protocol,
&ff_mmsh_protocol,
&ff_mmst_protocol,
&ff_rtmp_protocol,
&ff_rtmpt_protocol,
&ff_rtp_protocol,
&ff_tcp_protocol,
&ff_udp_protocol,
NULL };