diff options
author | Nicolas George <george@nsup.org> | 2014-02-25 21:50:54 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-03-08 12:36:57 +0100 |
commit | 97e87e09c841701798a27eb4f18e2fb6a612ec88 (patch) | |
tree | 29f08bde2f718305988c65375c7dd6a844e013e1 /libavformat/allformats.c | |
parent | bc6901c94944e4a81be49a6b11183cd0c55d2738 (diff) | |
download | ffmpeg-97e87e09c841701798a27eb4f18e2fb6a612ec88.tar.gz |
lavf: add subfile protocol.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 0e70b6e42b..16a3ae3e3e 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -338,6 +338,7 @@ void av_register_all(void) REGISTER_PROTOCOL(RTP, rtp); REGISTER_PROTOCOL(SCTP, sctp); REGISTER_PROTOCOL(SRTP, srtp); + REGISTER_PROTOCOL(SUBFILE, subfile); REGISTER_PROTOCOL(TCP, tcp); REGISTER_PROTOCOL(TLS, tls); REGISTER_PROTOCOL(UDP, udp); |